mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixes shadowling scaling.
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user