Merge branch 'NetHack-3.7' into to500
This commit is contained in:
+1
-1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user