Skip to content

Commit

Permalink
initial_commit (#13959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barnet2 authored Sep 18, 2023
1 parent b780072 commit 829b187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/monitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SUBSYSTEM_DEF(monitor)
name = "Monitor"
init_order = INIT_ORDER_MONITOR
runlevels = RUNLEVEL_GAME
wait = 5 MINUTES
wait = 3 MINUTES
can_fire = TRUE
///The current state
var/current_state = STATE_BALANCED
Expand Down

0 comments on commit 829b187

Please sign in to comment.