summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 21:39:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 21:39:26 +0000
commit356d2e3e4b9ce53e0b205ff6fd5b35a4163a0cc5 (patch)
tree80732c91254feeecfd856e40e92c739519ab061d /crawl-ref/source/fight.h
parent100d0a3c9501882904c8d467bdd91bd43bec2d4f (diff)
downloadcrawl-ref-356d2e3e4b9ce53e0b205ff6fd5b35a4163a0cc5.tar.gz
crawl-ref-356d2e3e4b9ce53e0b205ff6fd5b35a4163a0cc5.zip
Clean up sticky flame handling.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7409 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 2ab259223c..4ac3b0051d 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -218,6 +218,7 @@ private:
void mons_announce_dud_hit(const mon_attack_def &attk);
void mons_set_weapon(const mon_attack_def &attk);
void mons_do_poison(const mon_attack_def &attk);
+ void mons_do_napalm();
std::string mons_defender_name();
void wasp_paralyse_defender();