Gets rid of hasorgans() helper proc (#18692)

This was just ishuman()
This commit is contained in:
Cameron Lennox
2025-11-07 21:30:32 -05:00
committed by GitHub
parent 607d8a386d
commit c2b50ace33
24 changed files with 74 additions and 78 deletions
+1 -1
View File
@@ -539,7 +539,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)