From 8839e1beaa7940627b804b51182ca4015a79c37f Mon Sep 17 00:00:00 2001 From: Detective Google <48196179+Detective-Google@users.noreply.github.com> Date: Fri, 1 May 2020 22:02:54 -0500 Subject: [PATCH] makes the wendigo screech shake not completely aids --- .../mob/living/simple_animal/hostile/megafauna/wendigo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/wendigo.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/wendigo.dm index d585b9a1f8..5ed163ae7e 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/wendigo.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/wendigo.dm @@ -158,7 +158,7 @@ Difficulty: Hard animate(src, pixel_z = rand(5, 15), time = 1, loop = 6) animate(pixel_z = 0, time = 1) for(var/mob/living/L in get_hearers_in_view(7, src) - src) - shake_camera(L, 120, 2) + shake_camera(L, 30, 1) to_chat(L, "The wendigo screams loudly!") SetRecoveryTime(30, 0) SLEEP_CHECK_DEATH(12)