Merge pull request #3674 from Citadel-Station-13/upstream-merge-32154
[MIRROR] Events take pre-game lobby time into account
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
/datum/round_event_control/proc/canSpawnEvent(var/players_amt, var/gamemode)
|
||||
if(occurrences >= max_occurrences)
|
||||
return FALSE
|
||||
if(earliest_start >= world.time)
|
||||
if(earliest_start >= world.time-SSticker.round_start_time)
|
||||
return FALSE
|
||||
if(wizardevent != SSevents.wizardmode)
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user