From 95281ab5901502213d99aec6c4943bbd741045a0 Mon Sep 17 00:00:00 2001 From: Putnam Date: Tue, 24 Dec 2019 23:20:28 -0800 Subject: [PATCH] Made ion storm not THE ONLY EVENT THAT WILL RUN ON STORY --- code/game/gamemodes/dynamic/dynamic_rulesets_events.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm index 364b7eb961..23e94c4065 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm @@ -136,11 +136,11 @@ required_enemies = list(1,1,0,0,0,0,0,0,0,0) weight = 4 // no repeatable weight decrease. too variable to be unfun multiple times in one round - cost = 3 + cost = 1 requirements = list(5,5,5,5,5,5,5,5,5,5) high_population_requirement = 5 repeatable = TRUE - property_weights = list("story_potential" = 5, "extended" = 1) + property_weights = list("story_potential" = 1, "extended" = 1) always_max_weight = TRUE //////////////////////////////////////////////