mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Makes the turbine less weird and bad (#20363)
* wack * better atmos blocking detection * removing this part for now, unfinished
This commit is contained in:
@@ -227,7 +227,7 @@ SUBSYSTEM_DEF(air)
|
||||
while(currentrun.len)
|
||||
var/obj/machinery/M = currentrun[currentrun.len]
|
||||
currentrun.len--
|
||||
if(!M || (M.process_atmos() == PROCESS_KILL))
|
||||
if(!M || (M.process_atmos(wait / (1 SECONDS)) == PROCESS_KILL))
|
||||
atmos_machinery.Remove(M)
|
||||
if(MC_TICK_CHECK)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user