Fixes shadowling scaling.

This commit is contained in:
FlattestGuitar
2017-01-25 18:34:11 +01:00
parent 15dca8b4aa
commit f9218307c0
@@ -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, "<span class='shadowling'><b>You focus your telepathic energies abound, harnessing and drawing together the strength of your thralls.</b></span>")