automatically noted now.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7539 c06c8d41-db1a-0410-9941-cceddc491573
FNXXWDRU5PS3AOL4PLMWBDKJQ2TJOFAWRHTOMEEA6PJOQ7UN566AC
YFIVTYI7PMVAXV23DUPXPAQNEY3YSFIXQGSN32I3WVHMMD5XS5DQC
GYRKOLZFYXWJTPEV35USSHCJNA6Y4XMDHSTEZWEBM57WQP2PT6UQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
NQ5MZTGKHPSXGP6F7BIEFPGDN2CVBYOREAWOKRQOCXK2PCQYJWGQC
25EF5X4H3LURXFZ35ZGYGUB6ND7NFQVH4M2XX2SI33I4XRGYG5HAC
4DEFHDNO2GUBYL4EGYEAR2IP3KBDXRU7UL7L4P7HEZY2UNR6IYJAC
IGBJ3ZY5G73GTHPRNWKC6XMQDINRGCTIXKBHTEZ7JLUJS6H4JRBAC
NCSALY7HYRVCKTPS5TWZBRE2C3OCANYU3LBPIZ4RRVEI6GOZL2EQC
// Hack to make sure the lines are empty for the mpr().
for (int i = 0; i < 5; i++)
_shop_print("\n", i);
if (purchases.size() > 1)
{
// FIXME: If you buy several items of the same type
// they are not merged in the listing.
mprf("You bought %s for a total of %d gold piece%s.",
comma_separated_line(purchases.begin(),
purchases.end(),
", and ", ", ").c_str(),
total_cost,
total_cost > 1 ? "s" : "");
}