mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Rigsuit Fixes: ONE LESS SNOWFLAKE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user