From 56ec0008395691690b4d1e5712ee56bb5956fa8b Mon Sep 17 00:00:00 2001 From: MysterD Date: Fri, 23 Jun 2023 15:58:54 -0700 Subject: [PATCH] Arena - make flag holders have normal speed when spring launching --- mods/arena/arena-player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/arena/arena-player.lua b/mods/arena/arena-player.lua index ef93ac51..62275af1 100644 --- a/mods/arena/arena-player.lua +++ b/mods/arena/arena-player.lua @@ -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