summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-16 18:20:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-16 18:20:22 +0000
commit65ad20dff06c085e329e627ddeebe8a1deca6d04 (patch)
tree8f8328534f6ad696bc01d91d77b63a566340ee02 /crawl-ref/source/beam.h
parent96c41a695406df7d8bfcb3325447591ca9edba32 (diff)
downloadcrawl-ref-65ad20dff06c085e329e627ddeebe8a1deca6d04.tar.gz
crawl-ref-65ad20dff06c085e329e627ddeebe8a1deca6d04.zip
Add a few more poison-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7449 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 9be2ada74c..ab74ec8ce2 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -125,8 +125,8 @@ bool mass_enchantment( enchant_type wh_enchant, int pow, int who,
mon_resist_type mons_ench_f2(monsters *monster, bolt &pbolt);
-bool curare_hits_monster(const bolt &beam, monsters *monster,
- kill_category who, int levels = 1);
+bool curare_hits_monster(actor *agent, monsters *monster, kill_category who,
+ int levels = 1);
bool poison_monster(monsters *monster, kill_category who, int levels = 1,
bool force = false, bool verbose = true);
bool napalm_monster(monsters *monster, kill_category who, int levels = 1,