summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-29 20:13:56 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-29 20:13:56 +0000
commit41e7b58ff663e5296456347ebdc70fc3a1176808 (patch)
tree7509a77e0d1883507d737e8bdf251512ce2cec3d /crawl-ref/source/item_use.cc
parent7e8b53e78b4653bf439f14f55c667498a937d7f3 (diff)
downloadcrawl-ref-41e7b58ff663e5296456347ebdc70fc3a1176808.tar.gz
crawl-ref-41e7b58ff663e5296456347ebdc70fc3a1176808.zip
Better messages for Genie effects.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2670 c06c8d41-db1a-0410-9941-cceddc491573
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;