Fix hood runtime

This commit is contained in:
variableundefined
2018-08-01 13:05:34 +08:00
parent 370a2cd61e
commit 082703e2ff
+2
View File
@@ -31,6 +31,8 @@
..()
/obj/item/clothing/suit/hooded/proc/RemoveHood()
if(isnull(hood))
return
icon_state = "[initial(icon_state)]"
suit_adjusted = 0
if(ishuman(hood.loc))