From 436078067b93a484213ed2a2bc212e7127f75e49 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 19 Jan 2009 18:36:11 +0000 Subject: Rename cleansing flame resistance to holy energy resistance, and clean up holy wrath weapon checks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8595 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/externs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/externs.h') diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h index bc0bcbca8d..6e5e55edec 100644 --- a/crawl-ref/source/externs.h +++ b/crawl-ref/source/externs.h @@ -386,7 +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 actor *attacker) 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; @@ -1094,7 +1094,7 @@ public: int res_asphyx() const; int res_poison() const; int res_sticky_flame() const; - int res_cleansing_flame(const actor *) const; + int res_holy_energy(const actor *) const; int res_negative_energy() const; int res_rotting() const; int res_torment() const; @@ -1469,7 +1469,7 @@ public: int res_asphyx() const; int res_poison() const; int res_sticky_flame() const; - int res_cleansing_flame(const actor *) const; + int res_holy_energy(const actor *) const; int res_negative_energy() const; int res_rotting() const; int res_torment() const; -- cgit v1.2.3-54-g00ecf