code/__DEFINES/dcs/signals/signals_heretic.dm ![code/__DEFINES/dcs/signals/signals_heretic.dm0](git.png)
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) |
Define Details
COMPONENT_BLOCK_HAND_USE ![code/__DEFINES/dcs/signals/signals_heretic.dm 6](git.png)
Default behavior is to use the hand, so return this to blocks the mansus fist from being consumed after use.
COMPONENT_USE_HAND ![code/__DEFINES/dcs/signals/signals_heretic.dm 10](git.png)
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 ![code/__DEFINES/dcs/signals/signals_heretic.dm 13](git.png)
From /obj/item/melee/sickly_blade/afterattack : (mob/living/source, mob/living/target)
COMSIG_HERETIC_MANSUS_GRASP_ATTACK ![code/__DEFINES/dcs/signals/signals_heretic.dm 4](git.png)
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 ![code/__DEFINES/dcs/signals/signals_heretic.dm 8](git.png)
From /datum/action/cooldown/spell/touch/mansus_grasp/cast_on_secondary_hand_hit : (mob/living/source, atom/target)
COMSIG_HERETIC_RANGED_BLADE_ATTACK ![code/__DEFINES/dcs/signals/signals_heretic.dm 15](git.png)
From /obj/item/melee/sickly_blade/ranged_interact_with_atom (without proximity) : (mob/living/source, mob/living/target)