disable this block since it doesn't fit star's new graphic. doesn't show up often anyway, since unc0rr changed gst clearing
--- 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);