a monster with hp <= 0 but whose type != -1.
Also, make debug_mons_scan force monster visibility when naming the monster.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7635 c06c8d41-db1a-0410-9941-cceddc491573
KH3OM4JSCYREHPD7NRLSLO2ELFGYGRC6UHGG2RGX6FP7FBU64GGQC m->pos().x, m->pos().y, m2->name(DESC_PLAIN).c_str());
m->pos().x, m->pos().y,m2->name(DESC_PLAIN, true).c_str());}else if (m2->type != -1){mprf(MSGCH_WARN, "Dead mon also at (%d, %d): %s",m->pos().x, m->pos().y,m2->name(DESC_PLAIN, true).c_str());}