Skip to content

Commit

Permalink
tab
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Aug 7, 2023
1 parent bc953f5 commit 4226380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ SUBSYSTEM_DEF(ticker)
for(var/obj/structure/machinery/power/apc/apc in machines)
if(!is_mainship_level(apc.z))
continue
addtimer(CALLBACK(apc, TYPE_PROC_REF(/obj/structure/machinery/power/apc, late_activation)), rand(4 SECONDS, 15 SECONDS))
addtimer(CALLBACK(apc, TYPE_PROC_REF(/obj/structure/machinery/power/apc, late_activation)), rand(4 SECONDS, 15 SECONDS))

SEND_GLOBAL_SIGNAL(COMSIG_GLOB_POST_SETUP)

Expand Down

0 comments on commit 4226380

Please sign in to comment.