From 68c9a371d9f241c1fccee5f5fff049857d355eb0 Mon Sep 17 00:00:00 2001 From: Putnam Date: Sun, 29 Dec 2019 10:56:48 -0800 Subject: [PATCH] Made story *purely* story, no extended-weighting --- code/game/gamemodes/dynamic/dynamic_storytellers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/dynamic/dynamic_storytellers.dm b/code/game/gamemodes/dynamic/dynamic_storytellers.dm index 8fadb741c1..249f1dbadb 100644 --- a/code/game/gamemodes/dynamic/dynamic_storytellers.dm +++ b/code/game/gamemodes/dynamic/dynamic_storytellers.dm @@ -193,7 +193,7 @@ Property weights are: name = "Story" desc = "Chaos: varies. Variation: high. Likely antags: abductors, nukies, wizard, traitor." curve_width = 4 - property_weights = list("story_potential" = 10, "extended" = 1) + property_weights = list("story_potential" = 10) /datum/dynamic_storyteller/suspicion name = "Intrigue"