From 36bb18190c37182d57514ffe857be0902890d736 Mon Sep 17 00:00:00 2001 From: GrrrKitten <158611449+GrrrKitten@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:03:06 -0400 Subject: [PATCH] Update code/modules/mob/living/carbon/xenomorph/update_icons.dm Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> --- code/modules/mob/living/carbon/xenomorph/update_icons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/update_icons.dm b/code/modules/mob/living/carbon/xenomorph/update_icons.dm index 311ee23d8a57..b90b77bd99b0 100644 --- a/code/modules/mob/living/carbon/xenomorph/update_icons.dm +++ b/code/modules/mob/living/carbon/xenomorph/update_icons.dm @@ -205,7 +205,7 @@ //the shockwave center is updated eachtime shockwave is called and offset relative to the mob_size. //due to the speed of the shockwaves, it isn't required to be tied to the exact mob movements - var/epicenter = src.loc ///center of the shockwave, set at the center of the tile that the mob is currently standing on + var/epicenter = loc //center of the shockwave, set at the center of the tile that the mob is currently standing on var/easing = QUAD_EASING | EASE_OUT var/stage1_radius = rand(11, 12) var/stage2_radius = rand(9, 11)