hedgewars/uConsts.pas
changeset 3142 1a488adc676c
parent 3139 a075f5344796
child 3145 a9af6bf223cf
--- a/hedgewars/uConsts.pas	Sun Mar 28 18:47:35 2010 +0000
+++ b/hedgewars/uConsts.pas	Sun Mar 28 20:53:36 2010 +0000
@@ -1507,7 +1507,7 @@
                 Pos: 0;
                 AmmoType: amBallgun;
                 AttackVoice: sndNone);
-            Slot: 2;
+            Slot: 4;
             TimeAfterTurn: 0;
             minAngle: 0;
             maxAngle: 0;
@@ -1579,7 +1579,7 @@
                     Pos: 0;
                     AmmoType: amExtraDamage;
                     AttackVoice: sndNone);
-            Slot: 0;
+            Slot: 8;
             TimeAfterTurn: 0;
             minAngle: 0;
             maxAngle: 0;
@@ -1679,7 +1679,7 @@
                     Pos: 0;
                     AmmoType: amVampiric;
                     AttackVoice: sndNone);
-            Slot: 8;
+            Slot: 6;
             TimeAfterTurn: 0;
             minAngle: 0;
             maxAngle: 0;
@@ -1843,4 +1843,4 @@
 
 end;
 
-end.
+end.
\ No newline at end of file