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/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index a5c1eaff1a..7893590e4e 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -6827,7 +6827,7 @@ int player::res_sticky_flame() const return (player_res_sticky_flame()); } -int player::res_cleansing_flame(const actor *attacker) const +int player::res_holy_energy(const actor *attacker) const { if (player_is_unholy()) return (-2); -- cgit v1.2.3-54-g00ecf