hedgewars/uConsts.pas
changeset 3085 c6c57c499034
parent 3080 b7fa8ad60e3b
child 3094 97c8406acc85
--- a/hedgewars/uConsts.pas	Fri Mar 26 17:34:58 2010 +0000
+++ b/hedgewars/uConsts.pas	Fri Mar 26 17:43:21 2010 +0000
@@ -1737,7 +1737,7 @@
                           ammoprop_DontHold;
                 Count: 1;
                 InitialCount: 1;
-                NumPerTurn: 1;
+                NumPerTurn: 0;
                 Timer: 0;
                 Pos: 0;
                 AmmoType: amBirdy;
@@ -1746,7 +1746,7 @@
             TimeAfterTurn: 3000;
             minAngle: 0;
             maxAngle: 0;
-            isDamaging: false;
+            isDamaging: true;
             SkipTurns: 0;
             PosCount: 1;
             PosSprite: sprWater)