From a3f2ae3333af919a7b9c2ea9799d0698cf1563b3 Mon Sep 17 00:00:00 2001 From: Putnam Date: Sat, 19 Dec 2020 20:27:07 -0800 Subject: [PATCH] i'm such an idiot. --- 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 4edfc39a74..98bc922564 100644 --- a/code/game/gamemodes/dynamic/dynamic_storytellers.dm +++ b/code/game/gamemodes/dynamic/dynamic_storytellers.dm @@ -103,7 +103,7 @@ Property weights are added to the config weight of the ruleset. They are: /datum/dynamic_storyteller/proc/should_inject_antag(dry_run = FALSE) if(mode.forced_injection) - mode.forced_injection = !dry_run + mode.forced_injection = dry_run return TRUE return mode.threat < mode.threat_level