mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
False alarm will no longer pick events that couldn't have actually happened at that point in the round
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user