summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 08:05:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 08:05:12 +0000
commit21695abdc349e579845565976a72d5600a1f8c4a (patch)
tree81ce4d25a33513f9abe9b0979d9e928e36cb0fcb /crawl-ref/source/enum.h
parentf14293feb83a9a1790c0e158697bf36634655188 (diff)
downloadcrawl-ref-21695abdc349e579845565976a72d5600a1f8c4a.tar.gz
crawl-ref-21695abdc349e579845565976a72d5600a1f8c4a.zip
Give Zin a one-shot ability at piety > 160 (cf. TSO's/Lugonu's weapon
blessings) to remove all mutations. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10173 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 63eb56de81..ee23205521 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -56,6 +56,7 @@ enum ability_type
ABIL_ZIN_RECITE,
ABIL_ZIN_VITALISATION,
ABIL_ZIN_SANCTUARY,
+ ABIL_ZIN_CURE_ALL_MUTATIONS,
ABIL_TSO_DIVINE_SHIELD = 120, // 120
ABIL_TSO_CLEANSING_FLAME,
ABIL_TSO_SUMMON_DIVINE_WARRIOR,