summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index ae8b698e69..7d671c6653 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -339,6 +339,12 @@ static void _purchase( int shop, int item_got, int cost, bool id )
origin_purchased(item);
+ // This is so that note_messages can be used to note items being
+ // bought, and also so you can use message history to review
+ // what you bought.
+ mprf("You bought %s.", item.name(DESC_NOCAP_A, false, id).c_str());
+ mesclr();
+
if ( id )
{
// Identify the item and its type.