summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 14e8c3a3ee..29d371fd83 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3719,6 +3719,8 @@ void read_scroll(void)
break;
case SCR_ACQUIREMENT:
+ mpr("This is a scroll of acquirement!");
+ more();
acquirement(OBJ_RANDOM, AQ_SCROLL);
break;