rings were missed in --dumpweights text

This commit is contained in:
nhmall
2025-03-16 08:41:08 -04:00
parent b2c071bc66
commit e164ce0af4

View File

@@ -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 "