# HG changeset patch # User nemo # Date 1269809616 0 # Node ID 1a488adc676c16a751eeef15d9f1014fd386fcb6 # Parent 70d65353bd609f1d3bc48a904c86298b4403a03c claymore_ would like rearranged as so. hearing no objections... diff -r 70d65353bd60 -r 1a488adc676c hedgewars/uConsts.pas --- 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