diff -r 575baea4108b -r 12e7442e4034 hedgewars/uVariables.pas --- 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;