mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Fixes rig actuators and leaping causing people to do flips (#6580)
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
status_flags |= LEAPING
|
||||
|
||||
visible_message("<span class='danger'>[src] leaps at [T]!</span>", "<span class='danger'>You leap at [T]!</span>")
|
||||
throw_at(get_step(get_turf(T), get_turf(src)), 4, 1, src)
|
||||
throw_at(get_step(get_turf(T), get_turf(src)), 4, 1, src, do_throw_animation = FALSE)
|
||||
|
||||
// Only Vox get to shriek. Seriously.
|
||||
if (isvox(src))
|
||||
|
||||
Reference in New Issue
Block a user