From 486cd86756c320e2eb9bca015477e7e82a626b7c Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 8 Mar 2008 18:33:58 +0000 Subject: Another TSO update: add "gaining power from killing evil in his name" to the religion screen as an ability, gained at 30 piety. This matches the code already in place. (Making it permanent, as originally proposed, would mean shifting all the text on the screen up, since there aren't any more lines available, and making it available only after you've proven your worth for some time seems appropriate to me. Besides, as a paladin, you don't have to wait long for it.) Comment out the code for repelling undead. turn_undead() is now unused; I've left the function there in case this ever changes. In a similar vein, tweak Vehumet's first ability description to mention that you can only gain magical power by killing in his name. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3543 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index b16392d9f0..6f4695e5fd 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -72,14 +72,13 @@ enum ability_type ABIL_EVOKE_LEVITATE, ABIL_EVOKE_STOP_LEVITATING, ABIL_END_TRANSFORMATION, // 55 - + // Divine abilities ABIL_ZIN_RECITE = 110, // 110 - ABIL_ZIN_SMITING, + ABIL_ZIN_SMITING, ABIL_ZIN_REVITALISATION, ABIL_ZIN_SANCTUARY, - ABIL_TSO_REPEL_UNDEAD = 120, // 120 - ABIL_TSO_DIVINE_SHIELD, + ABIL_TSO_DIVINE_SHIELD = 120, // 120 ABIL_TSO_ANNIHILATE_UNDEAD, ABIL_TSO_CLEANSING_FLAME, ABIL_TSO_SUMMON_DAEVA, // 124 -- cgit v1.2.3-54-g00ecf