diff -r 67d2ad3b3ce9 -r 1a84f8b08ca7 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Sat Feb 09 20:28:05 2013 -0500 +++ b/hedgewars/uGearsHedgehog.pas Sun Feb 10 09:22:29 2013 -0500 @@ -455,7 +455,7 @@ if (CurAmmoGear <> nil) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) = 0){check for dropping ammo from rope} then begin - //Message:= Message or gmAttack; + if CurAmmoType = amRope then Message:= Message or gmAttack; CurAmmoGear^.Message:= Message end else