Revert "Dynamic Mode"

Gotta remove some config files
This commit is contained in:
JaySparrow
2020-09-24 23:52:51 -05:00
parent ed9590c1d9
commit 33e5ad2dec
22 changed files with 12 additions and 3888 deletions
-2
View File
@@ -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()