Fixes rig actuators and leaping causing people to do flips (#6580)

This commit is contained in:
Alberyk
2019-06-16 22:19:35 +03:00
committed by Erki
parent 5b1ccc9796
commit 85ff01ecf8
4 changed files with 12 additions and 5 deletions
@@ -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))