From 935dd6fc38e70a98e46689e90f39130d6db8620c Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 7 Nov 2007 19:50:44 +0000 Subject: 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 --- crawl-ref/source/religion.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref') 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", -- cgit v1.2.3-54-g00ecf