hedgewars/uConsts.pas
changeset 3112 f1bbe35ddb83
parent 3110 c8d7c852e26a
child 3115 831bd0f7050d
--- a/hedgewars/uConsts.pas	Sat Mar 27 15:41:21 2010 +0000
+++ b/hedgewars/uConsts.pas	Sat Mar 27 15:48:59 2010 +0000
@@ -172,6 +172,8 @@
             PrevTexture, NextTexture: PTexture;
             end;
 
+    THogEffect = (heInvulnerable, hePoisoned);
+
     TScreenFade = (sfNone, sfInit, sfToBlack, sfFromBlack, sfToWhite, sfFromWhite);
 const sfMax = 1000;