# HG changeset patch # User nemo # Date 1288450733 14400 # Node ID 898a55b81d1012bebb87e73ad5394c7dabd7daa8 # Parent f2202355e5f6ee03eba2b15bd7b7ffbe56c77349 clear poison on death diff -r f2202355e5f6 -r 898a55b81d10 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sat Oct 30 11:31:47 2010 +0200 +++ b/hedgewars/HHHandlers.inc Sat Oct 30 10:58:53 2010 -0400 @@ -879,6 +879,7 @@ if not PHedgehog(Gear^.Hedgehog)^.Team^.hasGone then begin + PHedgehog(Gear^.Hedgehog)^.Effects[hePoisoned] := false; if PHedgehog(Gear^.Hedgehog)^.Effects[heResurrectable] then begin ResurrectHedgehog(Gear); end else begin