diff -r c9bad8a01185 -r 16ce211010cf hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Nov 19 15:00:14 2016 +0100 +++ b/hedgewars/uConsts.pas Sat Apr 30 23:30:34 2016 +0200 @@ -299,6 +299,8 @@ ammoprop_Track = $00040000; ammoprop_DoesntStopTimerInMultiShoot = $00080000; + ammoprop_DoesntStopTimerWhileAttackingInInfAttackMode + = $00100000; ammoprop_NoRoundEnd = $10000000; AMMO_INFINITE = 100;