changing slots of landgun and icegun, feel free to complain, improve and/or revert
authorsheepluva
Sat, 18 May 2013 22:42:05 +0200
changeset 9012 18c41c0ee8de
parent 9011 1e04abd45c2b
child 9013 cff0406ce84e
changing slots of landgun and icegun, feel free to complain, improve and/or revert
hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Fri May 17 22:25:56 2013 +0200
+++ b/hedgewars/uVariables.pas	Sat May 18 22:42:05 2013 +0200
@@ -2176,7 +2176,7 @@
                 AmmoType: amLandGun;
                 AttackVoice: sndNone;
                 Bounciness: 1000);
-            Slot: 2;
+            Slot: 6;
             TimeAfterTurn: 0;
             minAngle: 0;
             maxAngle: 0;
@@ -2201,7 +2201,7 @@
                 AmmoType: amIceGun;
                 AttackVoice: sndNone;
                 Bounciness: 1000);
-            Slot: 9;
+            Slot: 2;
             TimeAfterTurn: 0;
             minAngle: 0;
             maxAngle: 0;