code/__DEFINES/dcs/signals/signals_heretic.dm 
| COMSIG_HERETIC_MANSUS_GRASP_ATTACK | Heretic signals From /datum/action/cooldown/spell/touch/mansus_grasp/cast_on_hand_hit : (mob/living/source, mob/living/target) | 
|---|---|
| COMPONENT_BLOCK_HAND_USE | Default behavior is to use the hand, so return this to blocks the mansus fist from being consumed after use. | 
| COMSIG_HERETIC_MANSUS_GRASP_ATTACK_SECONDARY | From /datum/action/cooldown/spell/touch/mansus_grasp/cast_on_secondary_hand_hit : (mob/living/source, atom/target) | 
| COMPONENT_USE_HAND | Default behavior is to continue attack chain and do nothing else, so return this to use up the hand after use. | 
| COMSIG_HERETIC_BLADE_ATTACK | From /obj/item/melee/sickly_blade/afterattack : (mob/living/source, mob/living/target) | 
| COMSIG_HERETIC_RANGED_BLADE_ATTACK | From /obj/item/melee/sickly_blade/ranged_interact_with_atom (without proximity) : (mob/living/source, mob/living/target) | 
| COMSIG_BLADE_BARRIER_TRIGGERED | For /datum/status_effect/protective_blades to signal when it is triggered | 
| COMSIG_HERETIC_SHOP_SETUP | at the end of determine_drafted_knowledge | 
| COMSIG_HERETIC_PASSIVE_UPGRADE_FIRST | called on the antagonist datum, upgrades the passive to level 2 | 
| COMSIG_HERETIC_PASSIVE_UPGRADE_FINAL | called on the antagonist datum, upgrades the passive to level 3 | 
Define Details
COMPONENT_BLOCK_HAND_USE 
Default behavior is to use the hand, so return this to blocks the mansus fist from being consumed after use.
COMPONENT_USE_HAND 
Default behavior is to continue attack chain and do nothing else, so return this to use up the hand after use.
COMSIG_BLADE_BARRIER_TRIGGERED 
For /datum/status_effect/protective_blades to signal when it is triggered
COMSIG_HERETIC_BLADE_ATTACK 
From /obj/item/melee/sickly_blade/afterattack : (mob/living/source, mob/living/target)
COMSIG_HERETIC_MANSUS_GRASP_ATTACK 
Heretic signals From /datum/action/cooldown/spell/touch/mansus_grasp/cast_on_hand_hit : (mob/living/source, mob/living/target)
COMSIG_HERETIC_MANSUS_GRASP_ATTACK_SECONDARY 
From /datum/action/cooldown/spell/touch/mansus_grasp/cast_on_secondary_hand_hit : (mob/living/source, atom/target)
COMSIG_HERETIC_PASSIVE_UPGRADE_FINAL 
called on the antagonist datum, upgrades the passive to level 3
COMSIG_HERETIC_PASSIVE_UPGRADE_FIRST 
called on the antagonist datum, upgrades the passive to level 2
COMSIG_HERETIC_RANGED_BLADE_ATTACK 
From /obj/item/melee/sickly_blade/ranged_interact_with_atom (without proximity) : (mob/living/source, mob/living/target)
COMSIG_HERETIC_SHOP_SETUP 
at the end of determine_drafted_knowledge