summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc12
1 files changed, 10 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 3a721f3cc1..65c5a1edae 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -154,7 +154,11 @@ const char* god_gain_power_messages[MAX_NUM_GODS][MAX_GOD_ABILITIES] =
"haste yourself",
"" },
// Nemelex
- { "", "draw cards with careful consideration", "", "", "" },
+ { "peek at the first card of a deck",
+ "draw cards with careful consideration",
+ "",
+ "",
+ "" },
// Elyvilon
{ "call upon Elyvilon for minor healing",
"call upon Elyvilon for purification",
@@ -230,7 +234,11 @@ const char* god_lose_power_messages[MAX_NUM_GODS][MAX_GOD_ABILITIES] =
"haste yourself",
"" },
// Nemelex
- { "", "draw cards with careful consideration", "", "", "" },
+ { "peek at the first card of a deck",
+ "draw cards with careful consideration",
+ "",
+ "",
+ "" },
// Elyvilon
{ "call upon Elyvilon for minor healing",
"call upon Elyvilon for purification",