From 6c0e755573562a11631413eb311f9338c5ae4ca7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 4 Feb 2025 15:33:38 -0500 Subject: [PATCH] follow-up for ebones --- src/end.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/end.c b/src/end.c index 8909b4a8a..befaec963 100644 --- a/src/end.c +++ b/src/end.c @@ -206,7 +206,7 @@ done_in_by(struct monst *mtmp, int how) /* _the_ ghost of Dudley */ #if 0 /* hardfought */ - if (has_ebones(mtmp) && EBONES(mtmp)->rank.mnum != NON_PM) { + if (has_ebones(mtmp)) { #else if (mptr == &mons[PM_GHOST] && has_mgivenname(mtmp)) { #endif @@ -253,7 +253,7 @@ done_in_by(struct monst *mtmp, int how) realnm, shape); mptr = mtmp->data; /* reset for mimicker case */ #if 0 /* hardfought */ - } else if (has_ebones(mtmp) && EBONES(mtmp)->rank.mnum != NON_PM) + } else if (has_ebones(mtmp)) Strcpy(buf, m_monnam(mtmp)); #endif } else if (mptr == &mons[PM_GHOST]) {