Merge pull request #9289 from variableundefined/HoodRuntime

Fix hood runtime
This commit is contained in:
Crazy Lemon
2018-07-31 23:06:34 -07:00
committed by GitHub
+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))