mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Gets rid of hasorgans() helper proc (#11943)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6673d29f9f
commit
6b0b835a18
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user