summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index c430e17be2..dbabe6cd48 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -55,12 +55,12 @@ void collect_radius_points(std::vector<std::vector<coord_def> > &radius_points,
void random_uselessness(int scroll_slot = -1);
bool acquirement(object_class_type force_class, int agent,
- bool quiet = false, int *item_index = NULL);
+ bool quiet = false, int *item_index = NULL,
+ bool debug = false);
int acquirement_create_item(object_class_type class_wanted,
- int agent,
- bool quiet,
- const coord_def &pos);
+ int agent, bool quiet,
+ const coord_def &pos, bool debug = false);
bool recharge_wand(const int item_slot = -1);