From cd956cae3ac6c88d3dcd6f2e7cd2a00fddbf01a4 Mon Sep 17 00:00:00 2001 From: CygnusB <39594514+MalricB@users.noreply.github.com> Date: Tue, 1 Dec 2020 20:07:26 -0300 Subject: [PATCH] dynamic moment --- code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm index afd1830f..1d79de3b 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_roundstart.dm @@ -846,7 +846,7 @@ cost = 10 requirements = list(101,101,50,40,40,30,30,30,20,20) high_population_requirement = 10 - chaos_min = 2.9 + chaos_min = 3.5 chaos_max = 4.9 /datum/dynamic_ruleset/roundstart/bloodsucker/pre_execute()