Merge branch 'NetHack-3.7' into to500

This commit is contained in:
nhmall
2026-05-01 17:17:17 -04:00
+1 -1
View File
@@ -1673,7 +1673,7 @@ doname_base(
nochrg ? "contents" : "for sale", pricebuf); nochrg ? "contents" : "for sale", pricebuf);
} else if (nochrg > 0) { } else if (nochrg > 0) {
Concat(bp, 0, " (no charge)"); Concat(bp, 0, " (no charge)");
} else { } else if (iflags.pricequotes && !objects[obj->otyp].oc_name_known) {
append_price_quote(bp, &bp_eos, obj->otyp); append_price_quote(bp, &bp_eos, obj->otyp);
} }