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:
Alberyk
2018-01-29 19:17:18 -02:00
committed by Erki
parent 14c11b6d4c
commit d2ae96d7b0
3 changed files with 12 additions and 2 deletions
+4
View File
@@ -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