mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-27 15:06:14 +01:00
Revert "Dynamic Mode"
Gotta remove some config files
This commit is contained in:
@@ -52,8 +52,6 @@ SUBSYSTEM_DEF(events)
|
||||
//decides which world.time we should select another random event at.
|
||||
/datum/controller/subsystem/events/proc/reschedule()
|
||||
scheduled = world.time + rand(frequency_lower, max(frequency_lower,frequency_upper))
|
||||
if(GLOB.master_mode == "dynamic")
|
||||
scheduled = INFINITY //HYPER CHANGE - Easy way to bypass the basic event handler.
|
||||
|
||||
//selects a random event based on whether it can occur and it's 'weight'(probability)
|
||||
/datum/controller/subsystem/events/proc/spawnEvent()
|
||||
|
||||
Reference in New Issue
Block a user