summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c20914e251..0ccda2251a 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3025,6 +3025,8 @@ void read_scroll(void)
case SCR_PAPER:
// remember paper scrolls handled as special case above, too:
mpr("This scroll appears to be blank.");
+ if (you.mutation[MUT_BLURRY_VISION] == 3)
+ id_the_scroll = false;
break;
case SCR_RANDOM_USELESSNESS: