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.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 8de97f4e69..6cd7ba299a 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3714,6 +3714,13 @@ void read_scroll(void)
}
break;
+ case SCR_FORGETFULNESS:
+ if (wearing_amulet(AMU_CLARITY))
+ mpr("You feel forgetfull for a moment.");
+ else
+ id_the_scroll = forget_inventory();
+ break;
+
case SCR_MAGIC_MAPPING:
if (you.level_type == LEVEL_PANDEMONIUM)
{