mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Arena - make flag holders have normal speed when spring launching
This commit is contained in:
parent
52c1e50e10
commit
56ec000839
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ end
|
|||
function before_phys_step(m)
|
||||
local hScale = 1.0
|
||||
|
||||
if is_holding_flag(m) then
|
||||
if is_holding_flag(m) and m.action ~= ACT_SHOT_FROM_CANNON then
|
||||
hScale = 0.9
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue