hedgewars/uConsts.pas
branchwebgl
changeset 9950 2759212a27de
parent 9521 8054d9d775fd
parent 9573 49bca2fabbd3
child 10015 4feced261c68
--- a/hedgewars/uConsts.pas	Fri Oct 11 17:43:13 2013 +0200
+++ b/hedgewars/uConsts.pas	Sat Jan 04 23:55:54 2014 +0400
@@ -252,6 +252,8 @@
     ammoprop_NeedTarget   = $00000004;
     ammoprop_ForwMsgs     = $00000008;
     ammoprop_AttackInMove = $00000010;
+    ammoprop_DoesntStopTimerWhileAttacking
+                          = $00000020;
     ammoprop_NoCrosshair  = $00000040;
     ammoprop_AttackingPut = $00000080;
     ammoprop_DontHold     = $00000100;
@@ -265,6 +267,8 @@
     ammoprop_OscAim       = $00010000;
     ammoprop_NoMoveAfter  = $00020000;
     ammoprop_Track        = $00040000;
+    ammoprop_DoesntStopTimerInMultiShoot
+                          = $00080000;
     ammoprop_NoRoundEnd   = $10000000;
 
     AMMO_INFINITE = 100;