mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-23 04:56:23 +01:00
Dynamic Mode for reals
Here we go.
This commit is contained in:
@@ -52,6 +52,8 @@ 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