Rigsuit Fixes: ONE LESS SNOWFLAKE

This commit is contained in:
Tigercat2000
2015-10-11 16:22:07 -07:00
parent 8fff9a327a
commit a3af2f124e
2 changed files with 2 additions and 4 deletions
@@ -335,6 +335,8 @@
wearer << "<span class='danger'>The suit optics drop out completely, drowning you in darkness.</span>"
if(!offline)
offline = 1
if(istype(wearer) && wearer.wearing_rig)
wearer.wearing_rig = null
else
if(offline)
offline = 0
@@ -63,10 +63,6 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
// update the current life tick, can be used to e.g. only do something every 4 ticks
life_tick++
// This is not an ideal place for this but it will do for now.
if(wearing_rig && wearing_rig.offline)
wearing_rig = null
var/datum/gas_mixture/environment = loc.return_air()
in_stasis = 0