diff -r 2c1675344a6f -r b9064b48b001 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun May 11 19:30:40 2008 +0000 +++ b/hedgewars/uConsts.pas Mon May 12 15:00:20 2008 +0000 @@ -196,6 +196,7 @@ ammoprop_NoCrosshair = $00000040; ammoprop_AttackingPut = $00000080; ammoprop_DontHold = $00000100; + ammoprop_AltAttack = $00000200; AMMO_INFINITE = High(LongWord); EXPLAllDamageInRadius = $00000001; @@ -566,7 +567,8 @@ NumberInCase: 3; Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_AttackInMove or - ammoprop_DontHold; + ammoprop_DontHold or + ammoprop_AltAttack; Count: 5; NumPerTurn: 0; Timer: 0; @@ -693,7 +695,8 @@ Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_AttackInMove or ammoprop_NoCrosshair or - ammoprop_DontHold; + ammoprop_DontHold or + ammoprop_AltAttack; Count: 2; NumPerTurn: 0; Timer: 0; @@ -839,7 +842,8 @@ maxAngle: 0; isDamaging: true; PosCount: 1; - PosSprite: sprWater)); + PosSprite: sprWater) + ); var CountTexz: array[1..9] of PTexture;