diff -r 03894bfb8bf3 -r 325f7bb60580 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun Nov 16 00:57:05 2014 +0300 +++ b/hedgewars/uConsts.pas Sun Nov 16 17:07:13 2014 +0100 @@ -302,6 +302,8 @@ posCaseExplode = $00000010; posCasePoison = $00000020; + cCaseHealthRadius = 14; + // hog tag mask //htNone = $00; htTeamName = $01;