summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 19:50:44 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 19:50:44 +0000
commit935dd6fc38e70a98e46689e90f39130d6db8620c (patch)
treead286fdef938e70d79a6c35400e96a90d1098680 /crawl-ref/source/religion.cc
parent664bcb001295eee155ad14e40bb71446689d0063 (diff)
downloadcrawl-ref-935dd6fc38e70a98e46689e90f39130d6db8620c.tar.gz
crawl-ref-935dd6fc38e70a98e46689e90f39130d6db8620c.zip
Merged r2793 (better ability descriptions for Nemelex)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2794 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-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 641d9f17cc..25aa9a06ea 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -243,9 +243,9 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
// Nemelex
{ "peek at three random cards from a deck",
"draw cards from decks in your inventory",
- "draw cards with careful consideration",
+ "choose one out of three cards",
"mark decks",
- "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",
@@ -329,9 +329,9 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
// Nemelex
{ "peek at three random cards from a deck",
"draw cards from decks in your inventory",
- "draw cards with careful consideration",
+ "choose one out of three cards",
"mark decks",
- "stack decks" },
+ "order decks" },
// Elyvilon
{ "call upon Elyvilon for minor healing",
"call upon Elyvilon for purification",