ninja
Vars | |
give_equipment | Whether or not this ninja receives the standard equipment |
---|---|
give_objectives | Whether or not this ninja will obtain objectives |
Procs | |
addMemories | Proc that adds the proper memories to the antag datum |
addObjectives | Proc that adds all the ninja's objectives to the antag datum. |
equip_space_ninja | Proc that equips the space ninja outfit on a given individual. By default this is the owner of the antagonist datum. |
Var Details
give_equipment
Whether or not this ninja receives the standard equipment
give_objectives
Whether or not this ninja will obtain objectives
Proc Details
addMemories
Proc that adds the proper memories to the antag datum
Proc that adds the ninja starting memories to the owner of the antagonist datum.
addObjectives
Proc that adds all the ninja's objectives to the antag datum.
Proc that adds all the ninja's objectives to the antag datum. Called when the datum is gained.
equip_space_ninja
Proc that equips the space ninja outfit on a given individual. By default this is the owner of the antagonist datum.
Proc that equips the space ninja outfit on a given individual. By default this is the owner of the antagonist datum. Arguments:
- ninja - The human to receive the gear
- Returns a proc call on the given human which will equip them with all the gear.