From f9218307c0b6feb8000fda50d59afafa54cba822 Mon Sep 17 00:00:00 2001 From: FlattestGuitar Date: Wed, 25 Jan 2017 18:34:11 +0100 Subject: [PATCH] Fixes shadowling scaling. --- code/game/gamemodes/shadowling/shadowling_abilities.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/shadowling/shadowling_abilities.dm b/code/game/gamemodes/shadowling/shadowling_abilities.dm index 6c8f13ff317..b29f79fe481 100644 --- a/code/game/gamemodes/shadowling/shadowling_abilities.dm +++ b/code/game/gamemodes/shadowling/shadowling_abilities.dm @@ -388,7 +388,7 @@ return for(var/mob/living/user in targets) var/thralls = 0 - var/victory_threshold = 15 + var/victory_threshold = ticker.mode.required_thralls var/mob/M to_chat(user, "You focus your telepathic energies abound, harnessing and drawing together the strength of your thralls.")