summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-08 18:33:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-08 18:33:58 +0000
commit486cd86756c320e2eb9bca015477e7e82a626b7c (patch)
tree1590c3141d284e0848b8be2389c1fca574703365 /crawl-ref/source/enum.h
parentb9355b74241f66c8078613813c653df4e17b6428 (diff)
downloadcrawl-ref-486cd86756c320e2eb9bca015477e7e82a626b7c.tar.gz
crawl-ref-486cd86756c320e2eb9bca015477e7e82a626b7c.zip
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
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h7
1 files changed, 3 insertions, 4 deletions
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