summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-06 20:00:01 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-06 20:00:48 +1000
commitbc5897fc091f272a0c9504b6b24b51b149d350f9 (patch)
tree96d89cefbe098db26ac2199b022a3493f270b0ac /crawl-ref/source/item_use.cc
parenta20b45352d9e5e389f5d6116fcbdbaa70b907878 (diff)
downloadcrawl-ref-bc5897fc091f272a0c9504b6b24b51b149d350f9.tar.gz
crawl-ref-bc5897fc091f272a0c9504b6b24b51b149d350f9.zip
Add a --more-- prompt after immolation scroll (Napkin).
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index b8b55bc449..b871bcbcf0 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -5344,6 +5344,7 @@ void read_scroll(int slot)
// Doesn't destroy scrolls anymore, so no special check needed. (jpeg)
immolation(10, IMMOLATION_SCROLL, you.pos(), alreadyknown, &you);
bad_effect = true;
+ more();
break;
case SCR_CURSE_WEAPON: