changeset 8573 | 4e663f53bd09 |
parent 8562 | d9d1cb650ff8 |
child 8589 | 3bb505fc707e |
--- a/hedgewars/uGearsHedgehog.pas Sun Feb 24 14:13:27 2013 -0500 +++ b/hedgewars/uGearsHedgehog.pas Sun Feb 24 14:14:09 2013 -0500 @@ -458,7 +458,7 @@ if (CurAmmoGear <> nil) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) = 0){check for dropping ammo from rope} then begin - if CurAmmoType = amRope then Message:= Message or gmAttack; + if CurAmmoType in [amRope,amResurrector] then Message:= Message or gmAttack; CurAmmoGear^.Message:= Message end else