From 744d90abe6ca022f4157b110c7bc814d5e4a937b Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 3 Oct 2008 05:27:14 +0000 Subject: Properly handle scrolls of summoning when they fail to summon anything. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7097 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 7afb1a6fe2..66eec08c36 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -4429,6 +4429,11 @@ void read_scroll( int slot ) { mpr("A horrible Thing appears!"); } + else + { + canned_msg(MSG_NOTHING_HAPPENS); + id_the_scroll = false; + } break; case SCR_FOG: -- cgit v1.2.3-54-g00ecf