mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user