hedgewars/uVariables.pas
changeset 14306 12e7442e4034
parent 14282 6015b74eea55
child 14394 d670e4efe1ed
--- a/hedgewars/uVariables.pas	Mon Nov 26 22:48:27 2018 +0100
+++ b/hedgewars/uVariables.pas	Tue Nov 27 03:08:06 2018 +0100
@@ -2105,7 +2105,7 @@
                 AmmoType: amFlamethrower;
                 AttackVoice: sndNone;
                 Bounciness: defaultBounciness);
-            Slot: 2;
+            Slot: 6;
             TimeAfterTurn: 0;
             minAngle: 0;
             maxAngle: 0;
@@ -2342,7 +2342,7 @@
                 AmmoType: amKnife;
                 AttackVoice: sndWatchThis;
                 Bounciness: defaultBounciness);
-            Slot: 6;
+            Slot: 0;
             TimeAfterTurn: 3000;
             minAngle: 0;
             maxAngle: 0;
@@ -2420,7 +2420,9 @@
                 AmmoType: amCreeper;
                 AttackVoice: sndNone;
                 Bounciness: defaultBounciness);
-            Slot: 0;
+            // Slot chosen to prevent ammo column overflow
+            // TODO: Change slot when creeper is finished
+            Slot: 8;
             TimeAfterTurn: 3000;
             minAngle: 0;
             maxAngle: 0;