summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-05 15:21:03 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-05 15:21:03 +0000
commita3d677965e6a5c80754354d881c3fde7998503ca (patch)
tree9c8b4c00a04389b38077ddf17470e7c71e2c8f0f /crawl-ref/source/item_use.cc
parentb35bbebf2c3cfb01dcd429c19412452bb6024593 (diff)
downloadcrawl-ref-a3d677965e6a5c80754354d881c3fde7998503ca.tar.gz
crawl-ref-a3d677965e6a5c80754354d881c3fde7998503ca.zip
Make the toggle actually update the title for V and a.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9582 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index e20ab461d5..cc1b5f89bd 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -4915,15 +4915,12 @@ void read_scroll(int slot)
if (you.level_type == LEVEL_PANDEMONIUM)
{
if (!item_type_known(scroll))
- {
mpr("You feel momentarily disoriented.");
- id_the_scroll = false;
- }
else
mpr("Your Earth magic cannot map Pandemonium.");
}
else
- id_the_scroll = magic_mapping(50, 90 + random2(11), false);
+ magic_mapping(50, 90 + random2(11), false);
break;
case SCR_TORMENT: