summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-28 06:43:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-28 06:43:05 +0000
commit571e3ccff2ba9ada38dbacc93f71535bb4602b13 (patch)
treec3aca15327bb61ff5f38ace443bc074b745e0482 /crawl-ref/source/religion.cc
parent674518fefb10299787354101e08408c8fc93f026 (diff)
downloadcrawl-ref-571e3ccff2ba9ada38dbacc93f71535bb4602b13.tar.gz
crawl-ref-571e3ccff2ba9ada38dbacc93f71535bb4602b13.zip
Adjust descriptions for Elyvilon's healing abilities again, and rename them "Minor Healing" and "Major Healing" so as
not to overlap with the "Lesser Healing" and "Greater Healing" spells. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9273 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 18a85e700f..2f4e7db6e2 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -260,9 +260,9 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"mark four cards in a deck",
"order the top five cards of a deck, losing the rest" },
// Elyvilon
- { "call upon Elyvilon for lesser healing",
+ { "call upon Elyvilon for minor healing",
"call upon Elyvilon for purification",
- "call upon Elyvilon for greater healing",
+ "call upon Elyvilon for major healing",
"call upon Elyvilon to restore your abilities",
"call upon Elyvilon for divine vigour" },
// Lugonu
@@ -346,9 +346,9 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"mark decks",
"stack decks" },
// Elyvilon
- { "call upon Elyvilon for lesser healing",
+ { "call upon Elyvilon for minor healing",
"call upon Elyvilon for purification",
- "call upon Elyvilon for greater healing",
+ "call upon Elyvilon for major healing",
"call upon Elyvilon to restore your abilities",
"call upon Elyvilon for divine vigour" },
// Lugonu