[MIRROR] Gets rid of hasorgans() helper proc (#11943)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-08 19:56:59 +01:00
committed by GitHub
co-authored by Cameron Lennox
parent 6673d29f9f
commit 6b0b835a18
24 changed files with 74 additions and 78 deletions
+1 -1
View File
@@ -199,7 +199,7 @@
else if (user.a_intent == I_HURT)
if (ishuman(user))
if(ishuman(user))
var/mob/living/carbon/human/H = user
if(H.species.can_shred(H))
attack_generic(H,25)