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.")