Merge pull request #6182 from mistyLuminescence/eventroundstart

No More Pre-Roundstart Events
This commit is contained in:
Neerti
2019-05-28 14:23:54 -04:00
committed by VirgoBot
parent fd340b1104
commit 914fc74a7a
2 changed files with 39 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ var/global/list/severity_to_string = list(EVENT_LEVEL_MUNDANE = "Mundane", EVENT
var/last_world_time = 0
/datum/event_container/process()
if(!round_start_time)
return //don't do events if the round hasn't even started yet
if(!next_event_time)
set_event_delay()