[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>
This commit is contained in:
SkyratBot
2022-05-21 04:41:46 +01:00
committed by GitHub
co-authored by Fikou
parent 5748a6a7d6
commit e29c1970f0
+1 -1
View File
@@ -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