summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 13d8fd6864..6de8ff290a 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -147,6 +147,9 @@ void reveal_secret_door(int x, int y);
std::string your_hand(bool plural);
bool stop_attack_prompt(const monsters *mon, bool beam_attack,
- bool beam_target, god_conduct_trigger *conduct = NULL);
+ bool beam_target);
+
+void set_attack_conduct(const monsters *mon, god_conduct_trigger& conduct,
+ bool known = true);
#endif