mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
turns out things broke from abi's runtime fix because that proc shouldn't ever be called here
This commit is contained in:
@@ -329,8 +329,8 @@ datum
|
||||
AG.process_group()
|
||||
|
||||
process_singletons()
|
||||
for(var/turf/simulated/T in active_singletons)
|
||||
T.process_cell()
|
||||
//for(var/turf/simulated/T in active_singletons) // this code shouldn't actually exist in the current version of FEA apparently,
|
||||
// T.process_cell() // causes horrible gas variable glitching
|
||||
|
||||
process_super_conductivity()
|
||||
for(var/turf/simulated/hot_potato in active_super_conductivity)
|
||||
|
||||
Reference in New Issue
Block a user