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