From e164ce0af45579644a5e8521430103696b642c74 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 16 Mar 2025 08:41:08 -0400 Subject: [PATCH] rings were missed in --dumpweights text --- src/hack.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hack.c b/src/hack.c index 2ff02af11..d8389da4a 100644 --- a/src/hack.c +++ b/src/hack.c @@ -4348,6 +4348,8 @@ dump_weights(void) ? "wand of " : objects[weightlist[cnt].idx].oc_class == SCROLL_CLASS ? "scroll of " + : objects[weightlist[cnt].idx].oc_class == RING_CLASS + ? "ring of " : (objects[weightlist[cnt].idx].oc_class == SPBOOK_CLASS && objects[weightlist[cnt].idx].oc_name_idx != SPE_BOOK_OF_THE_DEAD) ? "spellbook of "