mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Rogue process() calls in atmos machinery (#2840)
Fixes #2801 and renames a few more missing procs.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
return ..()
|
||||
|
||||
process()
|
||||
machinery_process()
|
||||
..()
|
||||
if(anchored && !(stat&BROKEN))
|
||||
kin_energy *= 1 - kin_loss
|
||||
@@ -246,7 +246,7 @@
|
||||
if (turbine.stat & (BROKEN) || !turbine.anchored || turn(turbine.dir,180) != dir)
|
||||
turbine = null
|
||||
|
||||
process()
|
||||
machinery_process()
|
||||
updateConnection()
|
||||
if(!turbine || !anchored || stat & (BROKEN))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user