hedgewars/uConsts.pas
changeset 3728 9478d13b2f9b
parent 3720 b2b108a6fae8
child 3734 304a83637eb4
--- a/hedgewars/uConsts.pas	Wed Aug 04 17:30:24 2010 +0100
+++ b/hedgewars/uConsts.pas	Fri Aug 06 11:45:20 2010 +0200
@@ -2164,9 +2164,9 @@
             Probability: 100;
             NumberInCase: 1;
             Ammo: (Propz: ammoprop_Power or ammoprop_AltUse;
-                Count: 2;
+                Count: 1;
                 InitialCount: 0;
-                NumPerTurn: 0;
+                NumPerTurn: 1;
                 Timer: 0;
                 Pos: 0;
                 AmmoType: amSMine;
@@ -2196,7 +2196,7 @@
                 AmmoType: amHammer;
                 AttackVoice: sndNone);
             Slot: 3;
-            TimeAfterTurn: 3000;
+            TimeAfterTurn: 1000;
             MinAngle: 0;
             maxAngle: 0;
             isDamaging: true;