mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Adds abductor event
Adds event gamemode white/blacklist Moves and renames some helper procs Some QoL for baton
This commit is contained in:
@@ -64,6 +64,8 @@ var/datum/subsystem/events/SSevent
|
||||
for(var/datum/round_event_control/E in control)
|
||||
if(E.occurrences >= E.max_occurrences) continue
|
||||
if(E.earliest_start >= world.time) continue
|
||||
if(ticker.mode.config_tag in E.gamemode_blacklist) continue
|
||||
if(E.gamemode_whitelist && !(ticker.mode.config_tag in E.gamemode_whitelist)) continue
|
||||
if(E.holidayID)
|
||||
if(!holidays || !holidays[E.holidayID]) continue
|
||||
if(E.weight < 0) //for round-start events etc.
|
||||
|
||||
Reference in New Issue
Block a user