# HG changeset patch # User nemo # Date 1361733249 18000 # Node ID 4e663f53bd091ed3dde7c6726ae9b5d33657c548 # Parent fa0e682f5135eace222449a944364973e95d402b *sigh* somehow misplaced this. this should have been rd9627d65edf7 diff -r fa0e682f5135 -r 4e663f53bd09 hedgewars/uGearsHedgehog.pas --- 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