diff --git a/code/modules/holiday/dynamic.dm b/code/modules/holiday/dynamic.dm index f75dd37542..69208d91ea 100644 --- a/code/modules/holiday/dynamic.dm +++ b/code/modules/holiday/dynamic.dm @@ -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)