[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
View File
@@ -107,6 +107,7 @@ avoid code duplication. This includes items that may sometimes act as a standard
//I would prefer to rename this attack_as_weapon(), but that would involve touching hundreds of files.
/obj/item/proc/attack(mob/living/M, mob/living/user, target_zone, attack_modifier)
SEND_SIGNAL(src, COMSIG_ITEM_ATTACK, M, user, target_zone, attack_modifier) //Just that we TRIED to use it.
if((!force || (flags & NOBLUDGEON)) && !(flags & ALLOW_ATTACK_ANIMATIONS))
return ITEM_INTERACT_FAILURE
if(M == user && user.a_intent != I_HURT)