fixes a runtime with clothing vars

* fixes a runtime with clothing vars

* no ghosts, too spooky
This commit is contained in:
Remie Richards
2016-05-09 16:50:46 -05:00
committed by KorPhaeron
parent ee4d3785a3
commit 147f3380e0
+2 -1
View File
@@ -25,7 +25,8 @@
/obj/item/clothing/Destroy()
dropped()
if(isliving(loc))
dropped(loc)
user_vars_remembered = null //Oh god somebody put REFERENCES in here? not to worry, we'll clean it up
return ..()