malf_ai 
Vars | |
| employer | the name of the antag flavor this traitor has. |
|---|---|
| give_objectives | bool for giving objectives |
| malf_sound | malf on_gain sound effect. Set here so Infected AI can override |
| malfunction_flavor | assoc list of strings set up after employer is given |
| module_picker_compactmode | since the module purchasing is built into the antag info, we need to keep track of its compact mode here |
| should_give_codewords | bool for giving codewords |
Procs | |
| forge_ai_objectives | Generates a complete set of malf AI objectives up to the traitor objective limit. |
| forge_special_objective | Generates a special objective and adds it to the objective list. |
| give_codewords | Outputs this shift's codewords and responses to the antag's chat and copies them to their memory. |
Var Details
employer 
the name of the antag flavor this traitor has.
give_objectives 
bool for giving objectives
malf_sound 
malf on_gain sound effect. Set here so Infected AI can override
malfunction_flavor 
assoc list of strings set up after employer is given
module_picker_compactmode 
since the module purchasing is built into the antag info, we need to keep track of its compact mode here
should_give_codewords 
bool for giving codewords
Proc Details
forge_ai_objectives
Generates a complete set of malf AI objectives up to the traitor objective limit.
forge_special_objective
Generates a special objective and adds it to the objective list.
give_codewords
Outputs this shift's codewords and responses to the antag's chat and copies them to their memory.