hedgewars/uConsts.pas
changeset 3076 7e246257adaa
parent 3075 b4ef08187d22
child 3080 b7fa8ad60e3b
equal deleted inserted replaced
3075:b4ef08187d22 3076:7e246257adaa
   381     EXPLAutoSound         = $00000002;
   381     EXPLAutoSound         = $00000002;
   382     EXPLNoDamage          = $00000004;
   382     EXPLNoDamage          = $00000004;
   383     EXPLDoNotTouchHH      = $00000008;
   383     EXPLDoNotTouchHH      = $00000008;
   384     EXPLDontDraw          = $00000010;
   384     EXPLDontDraw          = $00000010;
   385     EXPLNoGfx             = $00000020;
   385     EXPLNoGfx             = $00000020;
       
   386 	EXPLPoisoned          = $00000040;
   386 
   387 
   387     posCaseAmmo    = $00000001;
   388     posCaseAmmo    = $00000001;
   388     posCaseHealth  = $00000002;
   389     posCaseHealth  = $00000002;
   389     posCaseUtility = $00000004;
   390     posCaseUtility = $00000004;
   390 
   391