Skip to content

Commit

Permalink
much less events (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Nov 22, 2023
1 parent 5a68701 commit a9e8f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/events.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SUBSYSTEM_DEF(events)
var/list/currentrun = list()

var/scheduled = 0 //The next world.time that a naturally occuring random event can be selected.
var/frequency_lower = 1800 //3 minutes lower bound.
var/frequency_upper = 6000 //10 minutes upper bound. Basically an event will happen every 3 to 10 minutes.
var/frequency_lower = 12000 //20 minutes lower bound.
var/frequency_upper = 18000 //30 minutes upper bound. Basically an event will happen every 20 to 30 minutes.

var/list/holidays //List of all holidays occuring today or null if no holidays
var/wizardmode = FALSE
Expand Down

0 comments on commit a9e8f1d

Please sign in to comment.