summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 17:19:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 17:19:49 +0000
commit124c5d2ff5775688d3a9bb93d171847c501cebeb (patch)
treeff0dc50639e4ce97fcf5ee88f958b229b13ac0eb /crawl-ref/source/enum.h
parent525ed47151b7129d1346518d6f74effc4e6f79ac (diff)
downloadcrawl-ref-124c5d2ff5775688d3a9bb93d171847c501cebeb.tar.gz
crawl-ref-124c5d2ff5775688d3a9bb93d171847c501cebeb.zip
Rename Zin's Revitalisation to Vitalisation.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5060 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 07db487814..7abdfa5d21 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -75,7 +75,7 @@ enum ability_type
// Divine abilities
ABIL_ZIN_RECITE = 110, // 110
- ABIL_ZIN_REVITALISATION,
+ ABIL_ZIN_VITALISATION,
ABIL_ZIN_SANCTUARY,
ABIL_TSO_DIVINE_SHIELD = 120, // 120
ABIL_TSO_CLEANSING_FLAME,
@@ -1105,7 +1105,7 @@ enum duration_type
DUR_SLEEP,
DUR_SAGE,
DUR_TELEPATHY,
- DUR_REVITALISATION_CHAIN,
+ DUR_VITALISATION_CHAIN,
NUM_DURATIONS
};