New field in THedgehog for poisoning. New type of explosion- poisoned
--- a/hedgewars/uConsts.pas Fri Mar 26 12:34:18 2010 +0000
+++ b/hedgewars/uConsts.pas Fri Mar 26 12:38:11 2010 +0000
@@ -383,6 +383,7 @@
EXPLDoNotTouchHH = $00000008;
EXPLDontDraw = $00000010;
EXPLNoGfx = $00000020;
+ EXPLPoisoned = $00000040;
posCaseAmmo = $00000001;
posCaseHealth = $00000002;
--- a/hedgewars/uTeams.pas Fri Mar 26 12:34:18 2010 +0000
+++ b/hedgewars/uTeams.pas Fri Mar 26 12:38:11 2010 +0000
@@ -55,6 +55,7 @@
King: boolean; // Flag for a bunch of hedgehog attributes
Unplaced: boolean; // Flag for hog placing mode
Timer: Longword;
+ Poisoned: boolean;
end;
TTeam = record