From 6ff053fecb80cafb53bec71ee046941cd6079247 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 25 May 2009 05:20:53 +0000 Subject: Revert previous change, as it erroneously displays that lesser healing costs piety in the "a" screen. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9821 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index f04422f08c..5c6a2e28c2 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -280,12 +280,8 @@ static const ability_def Ability_List[] = 0, 0, 0, 0, ABFLAG_NONE }, { ABIL_ELYVILON_LESSER_HEALING_SELF, "Lesser Self-Healing", 1, 0, 100, generic_cost::range(0, 1), ABFLAG_CONF_OK }, - // XXX: Since there's only one entry for both lesser self-healing - // and lesser healing, and the latter comes first for purposes of - // the "^" screen, display that there's a piety cost for the latter, - // even though only the former actually has one. { ABIL_ELYVILON_LESSER_HEALING_OTHERS, "Lesser Healing", - 1, 0, 100, 0, ABFLAG_PIETY | ABFLAG_CONF_OK }, + 1, 0, 100, 0, ABFLAG_CONF_OK }, { ABIL_ELYVILON_PURIFICATION, "Purification", 2, 0, 150, 1, ABFLAG_CONF_OK }, { ABIL_ELYVILON_GREATER_HEALING_SELF, "Greater Self-Healing", -- cgit v1.2.3-54-g00ecf