Merge pull request #15695 from IHOPMommyLich/master

Changing the range on Dynamic Days
This commit is contained in:
silicons
2022-06-17 20:03:39 -07:00
committed by GitHub

View File

@@ -6,5 +6,4 @@
return lowertext(ddd) in days
/datum/holiday/dynamic/celebrate()
GLOB.dynamic_forced_threat_level = rand(90, 100)
CONFIG_SET(string/force_gamemode, "dynamic") // prevents the round vote, which prevents extended
GLOB.dynamic_forced_threat_level = rand(50, 100)