From bf39fb75364bfbe0b3efe9760dd73ac7fe25c74d Mon Sep 17 00:00:00 2001 From: Sonoida Date: Mon, 23 Jan 2023 16:19:28 +0100 Subject: [PATCH] FUCK YOU, RADSTORMS! Removed radstorms. They're an interesting event, but cause more distraction and interruption to RP than actual fun. Not a good fit for lowpop RP place. --- code/game/gamemodes/dynamic/dynamic_rulesets_events.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm index 96167908..6dd95b45 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm @@ -532,14 +532,14 @@ //config_tag = "radiation_storm" typepath = /datum/round_event/radiation_storm cost = 6 - weight = 1 + weight = 0 repeatable_weight_decrease = 1 enemy_roles = list("Chemist","Chief Medical Officer","Geneticist","Medical Doctor") required_enemies = list(2,2,2,2,1,1,1,1,1,0) requirements = list(5,5,5,5,5,5,5,5,5,5) - high_population_requirement = 10 + high_population_requirement = 100 //property_weights = list("extended" = 1,"chaos" = 1) - occurances_max = 1 + occurances_max = 0 /datum/dynamic_ruleset/event/portal_storm_syndicate