summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 19:09:44 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 19:09:44 +0000
commitda139959d89828ea4bab4c61c2216dee340f5087 (patch)
treee34a9e7603cd287d4432e06dadc67e1e2915b17a /crawl-ref/source/religion.cc
parentde44513affbe705cb02e7abbc2301b00509aefdc (diff)
downloadcrawl-ref-da139959d89828ea4bab4c61c2216dee340f5087.tar.gz
crawl-ref-da139959d89828ea4bab4c61c2216dee340f5087.zip
Updated the descriptions of Nemelex' abilities.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4142 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 23ff15fc5a..d456d6fa4f 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -260,10 +260,10 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call in reinforcement",
"" },
// Nemelex
- { "peek at three random cards from a deck",
- "draw cards from decks in your inventory",
+ { "draw cards from decks in your inventory",
+ "peek at two random cards from a deck",
"choose one out of three cards",
- "mark decks",
+ "mark four cards in a deck",
"order the the top five cards of a deck, forfeiting the rest" },
// Elyvilon
{ "call upon Elyvilon for minor healing",
@@ -346,11 +346,11 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call in reinforcement",
"" },
// Nemelex
- { "peek at three random cards from a deck",
- "draw cards from decks in your inventory",
+ { "draw cards from decks in your inventory",
+ "peek at random cards",
"choose one out of three cards",
"mark decks",
- "order decks" },
+ "stack decks" },
// Elyvilon
{ "call upon Elyvilon for minor healing",
"call upon Elyvilon for purification",