runtime bones compatibility info

Put the accepted bones file range on the options menu display.
Also adds a missing "if (wizard)" in bones.c
This commit is contained in:
nethack.allison
2003-09-07 11:48:43 +00:00
parent 89551f2157
commit c3bfccdaf6
3 changed files with 22 additions and 2 deletions

View File

@@ -435,7 +435,8 @@ getbones()
for(mtmp = fmon; mtmp; mtmp = mtmp->nmon) {
if (mtmp->mhpmax == DEFUNCT_MONSTER) {
#if defined(DEBUG) && defined(WIZARD)
pline("Removing defunct monster %s from bones.",
if (wizard)
pline("Removing defunct monster %s from bones.",
mtmp->data->mname);
#endif
mongone(mtmp);