summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-20 14:19:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-20 14:19:42 +0000
commit1db426b1b8d3fcfa2122dee47290597bcd63ee91 (patch)
tree360ef66174eed525363b0b5b07a59d9ba2be2831 /crawl-ref/source/externs.h
parent913179f028b4a254eb5034ef6ce945d07ac5925a (diff)
downloadcrawl-ref-1db426b1b8d3fcfa2122dee47290597bcd63ee91.tar.gz
crawl-ref-1db426b1b8d3fcfa2122dee47290597bcd63ee91.zip
Add monster-specific rotting resistance.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10740 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index df0fadf14d..069d5d81b8 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -388,9 +388,9 @@ public:
virtual int res_asphyx() const = 0;
virtual int res_poison() const = 0;
virtual int res_sticky_flame() const = 0;
+ virtual int res_rotting() const = 0;
virtual int res_holy_energy(const actor *attacker) const = 0;
virtual int res_negative_energy() const = 0;
- virtual int res_rotting() const = 0;
virtual int res_torment() const = 0;
virtual flight_type flight_mode() const = 0;
@@ -1115,9 +1115,9 @@ public:
int res_asphyx() const;
int res_poison() const;
int res_sticky_flame() const;
+ int res_rotting() const;
int res_holy_energy(const actor *) const;
int res_negative_energy() const;
- int res_rotting() const;
int res_torment() const;
bool confusable() const;
bool slowable() const;
@@ -1476,9 +1476,9 @@ public:
int res_asphyx() const;
int res_poison() const;
int res_sticky_flame() const;
+ int res_rotting() const;
int res_holy_energy(const actor *) const;
int res_negative_energy() const;
- int res_rotting() const;
int res_torment() const;
flight_type flight_mode() const;