mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user