summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-03 14:40:19 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-03 14:40:19 +0000
commitb49316f91a8dfd8386ae41a4cf2b9e1814fb9166 (patch)
tree520a548fb84493df971ed251e53fe3cd0f043921 /crawl-ref/source/enum.h
parent4f5d24c39a9fb20f44953732a793ba24b88b1252 (diff)
downloadcrawl-ref-b49316f91a8dfd8386ae41a4cf2b9e1814fb9166.tar.gz
crawl-ref-b49316f91a8dfd8386ae41a4cf2b9e1814fb9166.zip
Nemelex changes:
- Renamed abilities, and reordered so that you get Draw One before Peek Two - Mark Four and Peek Two now lose some cards from the deck - Viewing a deck now shows which cards have been marked in it Also fixed a small warning in format.cc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4059 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 483673a0f9..47356b9a2c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -113,11 +113,11 @@ enum ability_type
ABIL_LUGONU_BANISH,
ABIL_LUGONU_CORRUPT,
ABIL_LUGONU_ABYSS_ENTER,
- ABIL_NEMELEX_PEEK_DECK,
- ABIL_NEMELEX_DRAW_CARD,
+ ABIL_NEMELEX_DRAW_ONE,
+ ABIL_NEMELEX_PEEK_TWO,
ABIL_NEMELEX_TRIPLE_DRAW,
- ABIL_NEMELEX_MARK_DECK,
- ABIL_NEMELEX_STACK_DECK,
+ ABIL_NEMELEX_MARK_FOUR,
+ ABIL_NEMELEX_STACK_FIVE,
ABIL_BEOGH_SMITING,
ABIL_BEOGH_RECALL_ORCISH_FOLLOWERS,