summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-25 18:33:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-25 18:33:50 +0000
commit5c355726c38b52961de7ad53b837f461a801b6a5 (patch)
treeaf881633db3db2aa4f0fbd23ae66e6d1c0a708c5 /crawl-ref/source/misc.h
parent35cfeb762010751d217fff7b9e2aa95719ddd899 (diff)
downloadcrawl-ref-5c355726c38b52961de7ad53b837f461a801b6a5.tar.gz
crawl-ref-5c355726c38b52961de7ad53b837f461a801b6a5.zip
Consolidate the setting of the "standard" attack conducts.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5238 c06c8d41-db1a-0410-9941-cceddc491573
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