From 19a18c39a770be1b51a34162c719bcf3b4cb2e27 Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 25 Sep 2006 20:16:11 +0000 Subject: Implemented 1565264: can't ID scrolls of paper with blurry vision==3. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@113 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3-54-g00ecf