summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 20:10:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 20:10:56 +0000
commit10ed609e9b52b761a60ec543444dfd3c4a04657e (patch)
treef86bb6526e1935fb02d5b8c4b384cca0d16361fe /crawl-ref/source/abl-show.cc
parent01fe8d9fc1ecb9ecdfe81ab0547d56c25a320382 (diff)
downloadcrawl-ref-10ed609e9b52b761a60ec543444dfd3c4a04657e.tar.gz
crawl-ref-10ed609e9b52b761a60ec543444dfd3c4a04657e.zip
Forward-port 0.5 r10274 to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10275 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 7e99813338..21a8916303 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -229,7 +229,8 @@ static const ability_def Ability_List[] =
{ ABIL_ZIN_RECITE, "Recite", 3, 0, 120, 0, ABFLAG_DELAY },
{ ABIL_ZIN_VITALISATION, "Vitalisation", 0, 0, 100, 2, ABFLAG_CONF_OK },
{ ABIL_ZIN_SANCTUARY, "Sanctuary", 7, 0, 150, 15, ABFLAG_NONE },
- { ABIL_ZIN_CURE_ALL_MUTATIONS, "Cure All Mutations", 0, 0, 0, 0, ABFLAG_NONE },
+ { ABIL_ZIN_CURE_ALL_MUTATIONS, "Cure All Mutations",
+ 0, 0, 0, 0, ABFLAG_NONE },
// The Shining One
{ ABIL_TSO_DIVINE_SHIELD, "Divine Shield", 3, 0, 50, 2, ABFLAG_NONE },