Fix/rename some timing stuff

This commit is contained in:
Arokha Sieyes
2020-05-08 01:51:52 -04:00
parent 0b8872b801
commit 323f7e651f
10 changed files with 27 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ 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)
if(!GLOB.round_start_time)
return //don't do events if the round hasn't even started yet
if(!next_event_time)