diff -r c9bad8a01185 -r 16ce211010cf hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Nov 19 15:00:14 2016 +0100 +++ b/hedgewars/uVariables.pas Sat Apr 30 23:30:34 2016 +0200 @@ -945,7 +945,8 @@ Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_AttackInMove or ammoprop_NoCrosshair or - ammoprop_DontHold; + ammoprop_DontHold or + ammoprop_DoesntStopTimerWhileAttackingInInfAttackMode; Count: 2; NumPerTurn: 0; Timer: 0; @@ -1267,7 +1268,8 @@ Probability: 100; NumberInCase: 2; Ammo: (Propz: ammoprop_ForwMsgs or - ammoprop_NeedUpDown; + ammoprop_NeedUpDown or + ammoprop_DoesntStopTimerWhileAttackingInInfAttackMode; Count: 1; NumPerTurn: 0; Timer: 0;