summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",