hedgewars/HHHandlers.inc
changeset 3112 f1bbe35ddb83
parent 3100 5fe9c4ac4c99
child 3123 b0a02930a1dc
--- 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);