git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1204 c06c8d41-db1a-0410-9941-cceddc491573
7AREIGBWRJPQI7N7UMSXYWGOI5D6OFUKX656PX3GOZVY3ALY75BAC
3GSAVTNKEG45AT2U734R5STSRP22WJZL3H6KUFRUWCIA6A4CZE5QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Water/lava creatures out of their element cannot regenerate. if (monster_habitat(monster->type) != DNGN_FLOOR && !monster_habitable_grid(monster, grd(monster->pos()))) { return; }
// Water/lava creatures out of their element cannot regenerate.
if (monster_habitat(monster->type) != DNGN_FLOOR
&& !monster_habitable_grid(monster, grd(monster->pos())))
{
return;
}