summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 19:46:55 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 19:46:55 +0000
commit47bfc2bd83b7d1d7415138542f13bfcff53bd3e0 (patch)
tree110bb3db7947e73a28a5721d9011d95c3d523ff9
parent0f3c362fcd1a692a15b212b4ed81ea3023b0903f (diff)
downloadcrawl-ref-47bfc2bd83b7d1d7415138542f13bfcff53bd3e0.tar.gz
crawl-ref-47bfc2bd83b7d1d7415138542f13bfcff53bd3e0.zip
Better messages for Nemelex powers.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2793 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/religion.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 092960941b..39e460b77c 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -219,9 +219,9 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
// Nemelex
{ "peek at the first card of a deck",
"draw cards from decks in your inventory",
- "draw cards with careful consideration",
+ "choose one out of three cards",
"",
- "stack decks" },
+ "order the the top five cards of a deck, forfeiting the rest" },
// Elyvilon
{ "call upon Elyvilon for minor healing",
"call upon Elyvilon for purification",
@@ -305,9 +305,9 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
// Nemelex
{ "peek at the first card of a deck",
"draw cards from decks in your inventory",
- "draw cards with careful consideration",
+ "choose one out of three cards",
"",
- "stack decks" },
+ "order decks" },
// Elyvilon
{ "call upon Elyvilon for minor healing",
"call upon Elyvilon for purification",