Update game_master.dm

This commit is contained in:
Verkister
2021-12-30 13:04:30 +02:00
committed by GitHub
parent 36e6151c3a
commit a330d4f7a5

View File

@@ -50,6 +50,8 @@ SUBSYSTEM_DEF(game_master)
if(GM.ignore_time_restrictions || next_event < world.time)
if(prob(staleness) && pre_event_checks())
do_event_decision()
if(REALTIMEOFDAY >= 386000 && REALTIMEOFDAY < 387000) //CHOMPEdit
to_world("<b>Automated router restart warning! Connection will be temporarily lost in a moment. Recommended to save any unfinished posts and avoid time-sensitive situations until router is back online.</b>") //CHOMPEdit
/datum/controller/subsystem/game_master/proc/do_event_decision()
@@ -361,4 +363,4 @@ SUBSYSTEM_DEF(game_master)
danger = amount
message_admins("GM danger was set to [amount] by [usr.key].")
interact(usr) // To refresh the UI.
interact(usr) // To refresh the UI.