This and the "retain freezing" stuff could probably use a flag.
authornemo
Sat, 23 Feb 2013 23:01:50 -0500
changeset 8566 d9627d65edf7
parent 8564 dadfda4ba248
child 8577 7445ce865e04
This and the "retain freezing" stuff could probably use a flag.
hedgewars/uGearsHedgehog.pas
--- a/hedgewars/uGearsHedgehog.pas	Fri Feb 22 21:44:00 2013 -0500
+++ b/hedgewars/uGearsHedgehog.pas	Sat Feb 23 23:01:50 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