From aaf601ffc803d5a2dfd91db17d412146ee756175 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 28 Jun 2026 17:49:00 -0400 Subject: [PATCH] follow-up bit --- src/objnam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objnam.c b/src/objnam.c index def054c37..35bb6bc7d 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -1519,7 +1519,7 @@ doname_base( ? obj->invlet - 'a' + 26 : invlet_basic; /* valid index, but always holds zero */ - if (with_corpse_genders && puzzidx < 53 + if (with_corpse_genders && puzzidx < invlet_basic && gp.puzzling_criteria == 411 && gp.puzzling_ilets[puzzidx]) cxarg |= CXN_ADDGNDR; /* corpse_xname() sets xnamep; callers other than doname_base()