disable this block since it doesn't fit star's new graphic. doesn't show up often anyway, since unc0rr changed gst clearing
authornemo
Mon, 29 Oct 2012 16:26:26 -0400
changeset 7882 35dfc54ba2c6
parent 7881 3ac3ff6c7c4f
child 7883 720e95f5a74e
child 7884 60132c558c05
disable this block since it doesn't fit star's new graphic. doesn't show up often anyway, since unc0rr changed gst clearing
hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Mon Oct 29 21:14:48 2012 +0100
+++ b/hedgewars/uGears.pas	Mon Oct 29 16:26:26 2012 -0400
@@ -111,10 +111,12 @@
                 end
             else
                 dec(Gear^.Health, dmg);
-
+(*
+This doesn't fit well w/ the new loser sprite which is cringing from an attack.
             if (Gear^.Hedgehog^.Team = CurrentTeam) and (Gear^.Damage <> Gear^.Karma)
             and (not Gear^.Hedgehog^.King) and (Gear^.Hedgehog^.Effects[hePoisoned] = 0) and (not SuddenDeathDmg) then
                 Gear^.State:= Gear^.State or gstLoser;
+*)
 
             spawnHealthTagForHH(Gear, dmg);