Fixes hand removal runtime

Unlike feet, removed hands wouldn't check to make sure they had an owner
before trying to remove the thing they were wearing on them.
This commit is contained in:
Krausus
2015-05-14 06:49:05 -04:00
parent b702d5d974
commit 9575d61836
+1 -1
View File
@@ -984,7 +984,7 @@ Note that amputating the affected organ does in fact remove the infection from t
can_grasp = 1
/obj/item/organ/external/hand/removed()
owner.unEquip(owner.gloves)
if(owner) owner.unEquip(owner.gloves)
..()
/obj/item/organ/external/hand/right