[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 11:56:59 -07:00
committed by GitHub
parent 6673d29f9f
commit 6b0b835a18
24 changed files with 74 additions and 78 deletions

View File

@@ -538,7 +538,7 @@
else if (P.name != initial(P.name))
B.name = P.name
user.drop_from_inventory(P)
if (ishuman(user))
if(ishuman(user))
var/mob/living/carbon/human/h_user = user
if (h_user.r_hand == src)
h_user.drop_from_inventory(src)