summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/evoke.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-13 20:19:20 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-13 22:00:49 +0000
commit3fd807fbee5244ade7096d3afb78d89f0da27f61 (patch)
tree1600608ae4f20c1bd681c93769b87768548b0d75 /crawl-ref/source/evoke.cc
parent830ee6c5f22734a00511690753aa6f593e710457 (diff)
downloadcrawl-ref-3fd807fbee5244ade7096d3afb78d89f0da27f61.tar.gz
crawl-ref-3fd807fbee5244ade7096d3afb78d89f0da27f61.zip
Display number of times used for boxes of beasts and sacks of spiders
Diffstat (limited to 'crawl-ref/source/evoke.cc')
-rw-r--r--crawl-ref/source/evoke.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/evoke.cc b/crawl-ref/source/evoke.cc
index 6c332475af..ef5f2ed5d9 100644
--- a/crawl-ref/source/evoke.cc
+++ b/crawl-ref/source/evoke.cc
@@ -713,6 +713,7 @@ static bool _box_of_beasts(item_def &box)
did_god_conduct(DID_CHAOS, random_range(5,10));
// Decrease charges
box.plus--;
+ box.plus2++;
// Let each part announce itself
for (int n = 0; n < NUM_CHIMERA_HEADS; ++n)
{
@@ -781,6 +782,7 @@ static bool _sack_of_spiders(item_def &sack)
xom_is_stimulated(10);
// Decrease charges
sack.plus--;
+ sack.plus2++;
}
else
// Failed to create monster for some reason