Skip to content

Commit

Permalink
disable events
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrTFA committed Aug 12, 2021
1 parent 1c31537 commit f821d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/subsystem/events.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ SUBSYSTEM_DEF(events)
init_order = INIT_ORDER_EVENTS
runlevels = RUNLEVEL_GAME

can_fire = FALSE

var/list/control = list() //list of all datum/round_event_control. Used for selecting events based on weight and occurrences.
var/list/running = list() //list of all existing /datum/round_event
var/list/currentrun = list()
Expand Down

0 comments on commit f821d7d

Please sign in to comment.