diff -r cc13b42ab593 -r 5fe9c4ac4c99 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sat Mar 27 05:45:45 2010 +0000 +++ b/hedgewars/HHHandlers.inc Sat Mar 27 08:59:10 2010 +0000 @@ -336,6 +336,7 @@ end; posCaseHealth: begin inc(HH^.Health, Gear^.Health); + PHedgehog(HH^.Hedgehog)^.Poisoned := false; str(Gear^.Health, s); s:= '+' + s; AddCaption(s, PHedgehog(HH^.Hedgehog)^.Team^.Clan^.Color, capgrpAmmoinfo);