mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fix/rename some timing stuff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user