[MIRROR] makes wendigo screech use its name in one attack text (#1720)

* makes wendigo screech use its name in one attack text (#55016)

* makes wendigo screech use its name in one attack text

* Update wendigo.dm

* makes wendigo screech use its name in one attack text

Co-authored-by: Fikou <piotrbryla@onet.pl>
This commit is contained in:
SkyratBot
2020-11-19 07:17:21 +01:00
committed by GitHub
parent 251ac2b486
commit 686cc45ca7
@@ -183,7 +183,7 @@ Difficulty: Hard
animate(pixel_z = 0, time = 1)
for(var/mob/living/L in get_hearers_in_view(7, src) - src)
L.Dizzy(6)
to_chat(L, "<span class='danger'>The wendigo screams loudly!</span>")
to_chat(L, "<span class='danger'>[capitalize(src)] screams loudly!</span>")
SetRecoveryTime(30, 0)
SLEEP_CHECK_DEATH(12)
can_move = TRUE