Allow kamikaze in move
authorunc0rr
Mon, 17 Aug 2009 06:29:34 +0000
changeset 2319 738f1271f0ef
parent 2318 f3407513dc42
child 2320 76db947f84d5
Allow kamikaze in move
hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Sun Aug 16 16:56:34 2009 +0000
+++ b/hedgewars/uConsts.pas	Mon Aug 17 06:29:34 2009 +0000
@@ -1122,7 +1122,8 @@
 			Probability: 100;
 			NumberInCase: 1;
 			Ammo: (Propz: ammoprop_ForwMsgs or
-							ammoprop_DontHold;
+							ammoprop_DontHold or
+							ammoprop_AttackInMove;
 					Count: 1;
 					NumPerTurn: 0;
 					Timer: 0;