Update Airborne.client.lua
This commit is contained in:
parent
0a9f47d84a
commit
0ee4ad340b
1 changed files with 4 additions and 4 deletions
|
@ -305,8 +305,8 @@ local function updateFlying(m: Mario)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function commonAirActionStep(m: Mario, landAction: number, anim: Animation, stepArg: number): number
|
local function commonAirActionStep(m: Mario, landAction: number, anim: Animation, stepArg: number): number
|
||||||
local stepResult
|
-- stylua: ignore
|
||||||
do
|
local stepResult do
|
||||||
updateAirWithoutTurn(m)
|
updateAirWithoutTurn(m)
|
||||||
stepResult = m:PerformAirStep(stepArg)
|
stepResult = m:PerformAirStep(stepArg)
|
||||||
end
|
end
|
||||||
|
@ -397,8 +397,8 @@ local function commonAirKnockbackStep(
|
||||||
anim: Animation,
|
anim: Animation,
|
||||||
speed: number
|
speed: number
|
||||||
)
|
)
|
||||||
local stepResult
|
-- stylua: ignore
|
||||||
do
|
local stepResult do
|
||||||
m:SetForwardVel(speed)
|
m:SetForwardVel(speed)
|
||||||
stepResult = m:PerformAirStep()
|
stepResult = m:PerformAirStep()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue