mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
(hopefully) Final fix for ZAS for 0.1.4.
Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
@@ -155,7 +155,7 @@ var/list/CounterDoorDirections = list(SOUTH,EAST) //Which directions doors turfs
|
|||||||
|
|
||||||
//Updates the air_unsim var
|
//Updates the air_unsim var
|
||||||
/zone/proc/UpdateUnsimAvg()
|
/zone/proc/UpdateUnsimAvg()
|
||||||
if(!unsim_air_needs_update)
|
if(!unsim_air_needs_update && air_unsim)
|
||||||
return
|
return
|
||||||
|
|
||||||
unsim_air_needs_update = 0
|
unsim_air_needs_update = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user