modules misc (#18315)

This commit is contained in:
KalevTait
2022-07-20 21:56:34 +01:00
committed by GitHub
parent 234a471cf9
commit 938135f3d8
48 changed files with 214 additions and 214 deletions
+4 -4
View File
@@ -712,14 +712,14 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
for(var/obj/machinery/power/emitter/E in GLOB.machines)
if(E.anchored)
E.active = 1
E.active = TRUE
for(var/obj/machinery/field/generator/F in GLOB.machines)
if(F.active == 0)
F.active = 1
if(!F.active)
F.active = TRUE
F.state = 2
F.power = 250
F.anchored = 1
F.anchored = TRUE
F.warming_up = 3
F.start_fields()
F.update_icon()