# HG changeset patch # User sheepluva # Date 1368909725 -7200 # Node ID 18c41c0ee8deb5dcb28dc4c11c7459c41af79e0e # Parent 1e04abd45c2beb4ede6468dbc4aea65ee3fb0d74 changing slots of landgun and icegun, feel free to complain, improve and/or revert diff -r 1e04abd45c2b -r 18c41c0ee8de 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;