mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Ports more missing limb checks from polaris and fixes removing hands not dropping items. (#4212)
-adds more checks for missing limbs in the icon updates -fixes #4140
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
|
||||
/obj/item/organ/external/hand/removed()
|
||||
owner.drop_from_inventory(owner.gloves)
|
||||
if(body_part == HAND_LEFT)
|
||||
owner.drop_l_hand()
|
||||
else
|
||||
owner.drop_r_hand()
|
||||
..()
|
||||
|
||||
/obj/item/organ/external/hand/right
|
||||
|
||||
Reference in New Issue
Block a user