[MIRROR] Horror modifier adjusments (#12846)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-06-25 11:28:50 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 5410a741c3
commit 8bdeaed74c
15 changed files with 743 additions and 737 deletions
+1 -1
View File
@@ -191,7 +191,7 @@
/// Return to prevent the default behavior (attack_selfing) from occurring.
#define COMPONENT_ITEM_ACTION_SLOT_INVALID (1<<0)
///from base of mob/living/carbon/attacked_by(): (mob/living/carbon/target, mob/living/user, hit_zone)
///from base of mob/living/carbon/attacked_by(): (mob/living/carbon/target, mob/living/user, hit_zone) //We use hit_with_weapon here
#define COMSIG_ITEM_ATTACK_ZONE "item_attack_zone"
///from base of obj/item/hit_reaction(): (owner, hitby, attack_text, final_block_chance, damage, attack_type, damage_type)
#define COMSIG_ITEM_HIT_REACT "item_hit_react"