False alarm will no longer pick events that couldn't have actually happened at that point in the round

This commit is contained in:
Incoming
2015-12-09 20:52:23 -05:00
parent fcc977fa2f
commit b376e15830
+2
View File
@@ -13,6 +13,8 @@
for(var/datum/round_event_control/E in SSevent.control)
if(E.holidayID || E.wizardevent)
continue
if(E.earliest_start >= world.time)
continue
var/datum/round_event/event = E.typepath
if(initial(event.announceWhen) <= 0)
continue