From 669ce698e0783c18f46e0c6dfdf36146e8873653 Mon Sep 17 00:00:00 2001 From: IHOPMommyLich <60290598+IHOPMommyLich@users.noreply.github.com> Date: Wed, 15 Jun 2022 21:02:32 -0400 Subject: [PATCH] Update dynamic.dm --- code/modules/holiday/dynamic.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)