diff -r 38e0f05afbdb -r f1bbe35ddb83 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sat Mar 27 15:41:21 2010 +0000 +++ b/hedgewars/HHHandlers.inc Sat Mar 27 15:48:59 2010 +0000 @@ -336,7 +336,7 @@ end; posCaseHealth: begin inc(HH^.Health, Gear^.Health); - PHedgehog(HH^.Hedgehog)^.Poisoned := false; + PHedgehog(HH^.Hedgehog)^.Effects[hePoisoned] := false; str(Gear^.Health, s); s:= '+' + s; AddCaption(s, PHedgehog(HH^.Hedgehog)^.Team^.Clan^.Color, capgrpAmmoinfo);