Makes the turbine less weird and bad (#20363)

* wack

* better atmos blocking detection

* removing this part for now, unfinished
This commit is contained in:
SapphicOverload
2023-09-23 00:24:18 -04:00
committed by GitHub
parent 4cf126acf5
commit 40f8a13626
3 changed files with 67 additions and 46 deletions

View File

@@ -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