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 "