summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-18 18:02:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-18 18:02:50 +0000
commitf0f421c33bf731481df19d98b4c24c57a007d9f7 (patch)
tree08b009dc8d903bb1a1d6fadf04137a79a33494de /crawl-ref/source/item_use.cc
parent0c2b9c3ea74546bf1046df0a107188c768dfa324 (diff)
downloadcrawl-ref-f0f421c33bf731481df19d98b4c24c57a007d9f7.tar.gz
crawl-ref-f0f421c33bf731481df19d98b4c24c57a007d9f7.zip
* Force ?immolation to never burn scrolls, whether in inventory or on
the floor. * List new amount of charges when recharging identified wands. * Tweak some checks for travel_path to be on the safe side. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6834 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 3affd408d9..a352ac3573 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -4455,7 +4455,7 @@ void read_scroll( int slot )
if (!alreadyknown)
beam.effect_known = false;
- explosion(beam);
+ explosion(beam, false, false, true, true, true, false);
break;
case SCR_CURSE_WEAPON: