From 24dcf42aa81549a812a8a12372243877137460ad Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 18 Jan 2009 01:59:10 +0000 Subject: Generalize the check for unchivalric attacks via cleansing flame. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8527 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 c600b6f648..85c1920513 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 = 0; + virtual int res_cleansing_flame(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; + int res_cleansing_flame(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; + int res_cleansing_flame(const actor *) const; int res_negative_energy() const; int res_rotting() const; int res_torment() const; -- cgit v1.2.3-54-g00ecf