git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3971 c06c8d41-db1a-0410-9941-cceddc491573
FG2UFJ4PWCFUERJF6MMHSZ54WU443WIZQ4OS6XD3H46P67DDCCDQC
7UIFNKK5IU2VUAGKWDB6KOETOVQOCOVDHZHB4OPAM2CQRCWV4AGQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
else if (monster->hit_points <= 3 * (monster-> max_hit_points / 4))
else if (monster->hit_points <= (monster->max_hit_points * 3) / 4)
else
else if (monster->hit_points < monster->max_hit_points)
else { desc += "not "; dam_level = MDAM_OKAY; }
{
desc += "not ";
dam_level = MDAM_OKAY;
}