From e29c1970f03c717e229ed67cd0d80feea587e0db Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 21 May 2022 05:41:46 +0200 Subject: [PATCH] [MIRROR] makes atrocinator use pixel_z instead of pixel_y [MDB IGNORE] (#13771) * Makes atrocinator use pixel_z instead of pixel_y (#67135) * makes atrocinator use pixel_z instead of pixel_y Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> --- code/modules/mod/modules/modules_maint.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mod/modules/modules_maint.dm b/code/modules/mod/modules/modules_maint.dm index b30364dfb3d..dbaa539b696 100644 --- a/code/modules/mod/modules/modules_maint.dm +++ b/code/modules/mod/modules/modules_maint.dm @@ -330,7 +330,7 @@ playsound(src, 'sound/effects/whirthunk.ogg', 75) to_chat(mod.wearer, span_userdanger("That was stupid.")) mod.wearer.Stun(FLY_TIME, ignore_canstun = TRUE) - animate(mod.wearer, FLY_TIME, pixel_y = 256, alpha = 0) + animate(mod.wearer, FLY_TIME, pixel_z = 256, alpha = 0) QDEL_IN(mod.wearer, FLY_TIME) #undef FLY_TIME