summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-18 00:52:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-18 00:52:30 +0000
commitd9a793b72258ceb8f5465161acf8ba743ca26d89 (patch)
treea701f49d650bae28e019e511e0ba385a7c27606d /crawl-ref/source/externs.h
parent6817824379462ee5a1aab8267eb437d2b543504e (diff)
downloadcrawl-ref-d9a793b72258ceb8f5465161acf8ba743ca26d89.tar.gz
crawl-ref-d9a793b72258ceb8f5465161acf8ba743ca26d89.zip
Move cleansing flame (BEAM_HOLY) resistance to the actor interface.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8523 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 747c733956..aaadbca58b 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -386,6 +386,7 @@ public:
virtual int res_asphyx() const = 0;
virtual int res_poison() const = 0;
virtual int res_sticky_flame() const = 0;
+ virtual int res_cleansing_flame() const = 0;
virtual int res_negative_energy() const = 0;
virtual int res_rotting() const = 0;
virtual int res_torment() const = 0;
@@ -1093,6 +1094,7 @@ public:
int res_asphyx() const;
int res_poison() const;
int res_sticky_flame() const;
+ int res_cleansing_flame() const;
int res_negative_energy() const;
int res_rotting() const;
int res_torment() const;
@@ -1467,6 +1469,7 @@ public:
int res_asphyx() const;
int res_poison() const;
int res_sticky_flame() const;
+ int res_cleansing_flame() const;
int res_negative_energy() const;
int res_rotting() const;
int res_torment() const;