summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 20:10:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 20:10:11 +0000
commit4c1f47b6ab79c9a87091815d6c1828056ad77076 (patch)
tree814e3a0d31e9f022f51aae03af1a12d56683fb35
parentd05414dacb1199ebe14ceba1acee0b417b853f41 (diff)
downloadcrawl-ref-4c1f47b6ab79c9a87091815d6c1828056ad77076.tar.gz
crawl-ref-4c1f47b6ab79c9a87091815d6c1828056ad77076.zip
Add minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10274 c06c8d41-db1a-0410-9941-cceddc491573
-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 3c2ba68430..fdf599f81d 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -225,7 +225,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 },