From 88107193db684a24ea8a427e56033e96dbe746b8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 4 Feb 2025 15:36:36 -0500 Subject: [PATCH] another follow-up, in commented-out code --- src/end.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/end.c b/src/end.c index befaec963..90ea4a3ea 100644 --- a/src/end.c +++ b/src/end.c @@ -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)) + } else if (has_ebones(mtmp)) { Strcpy(buf, m_monnam(mtmp)); #endif } else if (mptr == &mons[PM_GHOST]) {