Skip to content

Commit

Permalink
Tweaks event frequency (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert authored Feb 9, 2024
1 parent ba86c06 commit a1f89c5
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 @@ -11,9 +11,9 @@ SUBSYSTEM_DEF(events)
///The next world.time that a naturally occuring random event can be selected.
var/scheduled = 0
///The lower bound for how soon another random event can be scheduled.
var/frequency_lower = 2.5 MINUTES
var/frequency_lower = 5 MINUTES // NON-MODULE CHANGE
///The upper bound for how soon another random event can be scheduled.
var/frequency_upper = 7 MINUTES
var/frequency_upper = 15 MINUTES // NON-MODULE CHANGE
///Will wizard events be included in the event pool?
var/wizardmode = FALSE

Expand Down

0 comments on commit a1f89c5

Please sign in to comment.