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:
LetterJay
2017-10-29 15:52:13 -04:00
committed by GitHub
+1 -1
View File
@@ -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