summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 19:29:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 19:29:37 +0000
commit39bd7b8798e06d472f38351446fa5d0ff89ec377 (patch)
tree8767ec8b544ab8d1920d03cb6b9e5b96680fd4f8 /crawl-ref/source/beam.h
parent7498bf3467a6866d94861d5d083e75ee402d3f5d (diff)
downloadcrawl-ref-39bd7b8798e06d472f38351446fa5d0ff89ec377.tar.gz
crawl-ref-39bd7b8798e06d472f38351446fa5d0ff89ec377.zip
Add poison-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7400 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 0cf97ad563..f44b638356 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -127,8 +127,10 @@ bool mass_enchantment( enchant_type wh_enchant, int pow, int who,
mon_resist_type mons_ench_f2(monsters *monster, bolt &pbolt);
-bool poison_monster( monsters *monster, kill_category who,
- int levels = 1, bool force = false, bool verbose = true );
+bool curare_hits_monster(const bolt &beam, 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);
void fire_tracer( const monsters *monster, struct bolt &pbolt,
bool explode_only = false );
bool check_line_of_sight( const coord_def& source, const coord_def& target );