Subsystem overruns (#18744)

* fix sun subsytem overrun

* .

* .

* night shift overrun

* .

* .

* this

* .

* .
This commit is contained in:
Kashargul
2025-11-26 17:42:55 +01:00
committed by GitHub
parent d51dcba221
commit 646d1faa11
7 changed files with 40 additions and 31 deletions
-7
View File
@@ -32,10 +32,3 @@
else
dx = s/abs(s)
dy = c / abs(s)
//now tell the solar control computers to update their status and linked devices
for(var/obj/machinery/power/solar_control/SC in GLOB.solars_list)
if(!SC.powernet)
GLOB.solars_list.Remove(SC)
continue
SC.update()