hedgewars/uConsts.pas
changeset 9573 49bca2fabbd3
parent 9387 6478ed9ead25
child 9950 2759212a27de
child 9988 317d46a2afd2
--- a/hedgewars/uConsts.pas	Wed Oct 23 12:46:29 2013 -0400
+++ b/hedgewars/uConsts.pas	Wed Oct 23 22:25:17 2013 +0400
@@ -250,6 +250,8 @@
     ammoprop_NeedTarget   = $00000004;
     ammoprop_ForwMsgs     = $00000008;
     ammoprop_AttackInMove = $00000010;
+    ammoprop_DoesntStopTimerWhileAttacking
+                          = $00000020;
     ammoprop_NoCrosshair  = $00000040;
     ammoprop_AttackingPut = $00000080;
     ammoprop_DontHold     = $00000100;
@@ -263,6 +265,8 @@
     ammoprop_OscAim       = $00010000;
     ammoprop_NoMoveAfter  = $00020000;
     ammoprop_Track        = $00040000;
+    ammoprop_DoesntStopTimerInMultiShoot
+                          = $00080000;
     ammoprop_NoRoundEnd   = $10000000;
 
     AMMO_INFINITE = 100;