summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-05 13:25:36 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-05 13:26:23 -0500
commit532c2ea1ed0e82877d5bc1224c66bebbbcd2614d (patch)
tree30be595e63eac575e10421fe854d3ac4d2bcf639 /crawl-ref/source/effects.h
parenta88d6a9c91403b22cb8e2d91689d69d9f8f0f132 (diff)
downloadcrawl-ref-532c2ea1ed0e82877d5bc1224c66bebbbcd2614d.tar.gz
crawl-ref-532c2ea1ed0e82877d5bc1224c66bebbbcd2614d.zip
unided scrolls of recharging should fail if they target a full wand
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index b6b2e1a80b..69c2b296ff 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -43,7 +43,7 @@ void collect_radius_points(std::vector<std::vector<coord_def> > &radius_points,
void random_uselessness(int scroll_slot = -1);
-bool recharge_wand(const int item_slot = -1);
+bool recharge_wand(const int item_slot = -1, bool known = true);
void direct_effect(monster* src, spell_type spl, bolt &pbolt, actor *defender);