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.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: