code/__DEFINES/dcs/signals/signals_traitor.dm 
COMSIG_UPLINK_HANDLER_ON_UPDATE | Called whenever the uplink handler receives any sort of update. Used by uplinks to update their UI. No arguments passed |
---|---|
COMSIG_DEMORALISING_EVENT | Called when a device a traitor has planted effects someone's mood. Pass the mind of the viewer. |
COMSIG_TRAITOR_GRAFFITI_DRAWN | Called when you finish drawing some graffiti so we can register more signals on it. Pass the graffiti effect. |
COMSIG_TRAITOR_GRAFFITI_SLIPPED | Called when someone slips on some seditious graffiti. Pass the mind of the viewer. |
COMSIG_EHMS_INJECTOR_INJECTED | For when someone is injected with the EHMS virus from /datum/traitor_objective_category/infect |
COMSIG_ROYALE_IMPLANTED | Called by an battle royale implanter when successfully implanting someone. Passes the implanted mob. |
Define Details
COMSIG_DEMORALISING_EVENT 
Called when a device a traitor has planted effects someone's mood. Pass the mind of the viewer.
COMSIG_EHMS_INJECTOR_INJECTED 
For when someone is injected with the EHMS virus from /datum/traitor_objective_category/infect
COMSIG_ROYALE_IMPLANTED 
Called by an battle royale implanter when successfully implanting someone. Passes the implanted mob.
COMSIG_TRAITOR_GRAFFITI_DRAWN 
Called when you finish drawing some graffiti so we can register more signals on it. Pass the graffiti effect.
COMSIG_TRAITOR_GRAFFITI_SLIPPED 
Called when someone slips on some seditious graffiti. Pass the mind of the viewer.
COMSIG_UPLINK_HANDLER_ON_UPDATE 
Called whenever the uplink handler receives any sort of update. Used by uplinks to update their UI. No arguments passed