Minor runtime fixes.

This commit is contained in:
Zuhayr
2015-12-02 20:11:31 +10:30
parent 2f344ed111
commit 7801c2dc3b
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -680,7 +680,8 @@
..()
for(var/piece in list("helmet","gauntlets","chest","boots"))
toggle_piece(piece, user, ONLY_RETRACT)
wearer.wearing_rig = null
if(wearer && wearer.wearing_rig == src)
wearer.wearing_rig = null
wearer = null
//Todo