/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_mob/signals_mob_silicon.dm

COMSIG_PROCESS_BORGCHARGER_OCCUPANTsent from borg recharge stations: (amount, repairs)
COMSIG_BORG_SAFE_DECONSTRUCTsent from borg mobs to itself, for tools to catch an upcoming destroy() due to safe decon (rather than detonation)
COMSIG_BORG_HUG_MOBcalled from /obj/item/borg/cyborghug/attack proc
COMSIG_BORG_HUG_HANDLEDreturned if this action was handled by signal handler.
COMSIG_MOB_PAT_BORGcalled from /mob/living/silicon/attack_hand proc

Define Details

COMSIG_BORG_HUG_HANDLED

returned if this action was handled by signal handler.

COMSIG_BORG_HUG_MOB

called from /obj/item/borg/cyborghug/attack proc

COMSIG_BORG_SAFE_DECONSTRUCT

sent from borg mobs to itself, for tools to catch an upcoming destroy() due to safe decon (rather than detonation)

COMSIG_MOB_PAT_BORG

called from /mob/living/silicon/attack_hand proc

COMSIG_PROCESS_BORGCHARGER_OCCUPANT

sent from borg recharge stations: (amount, repairs)