Update Stationary.client.lua

This commit is contained in:
Max 2022-12-03 04:29:04 -06:00 committed by GitHub
parent ff8e9c0a8e
commit 41b0f8f432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -597,9 +597,12 @@ DEF_ACTION(Action.LONG_JUMP_LAND_STOP, function(m: Mario)
return true return true
end end
landingStep( -- stylua: ignore
m, landingStep(m,
if m.LongJumpIsSlow then Animations.CROUCH_FROM_FAST_LONGJUMP else Animations.CROUCH_FROM_SLOW_LONGJUMP, if m.LongJumpIsSlow
then Animations.CROUCH_FROM_FAST_LONGJUMP
else Animations.CROUCH_FROM_SLOW_LONGJUMP,
Action.CROUCHING Action.CROUCHING
) )