summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-04 16:39:47 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-04 16:39:47 +0000
commit6cdfce3a5d6cb09844d0c64d6b394edc7d2c3f5a (patch)
treeea1d8997211b108100f052c540b22136634bfeec /crawl-ref/source/religion.cc
parent90d9577ea254baac92c76931361d048d983fb6c0 (diff)
downloadcrawl-ref-6cdfce3a5d6cb09844d0c64d6b394edc7d2c3f5a.tar.gz
crawl-ref-6cdfce3a5d6cb09844d0c64d6b394edc7d2c3f5a.zip
Elyvilon ability descriptions split into healing and self-healing.
Removed two more stray uses of minor/major healing. Shortened too long ability lines on ^ display. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9577 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index d0faee4b66..d055dde4cf 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -260,10 +260,10 @@ 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 of yourself and others",
- "call upon Elyvilon for purification",
- "call upon Elyvilon for greater healing of yourself and others",
- "call upon Elyvilon to restore your abilities",
+ { "provide lesser healing for yourself and others",
+ "purify yourself",
+ "provide greater healing for yourself and others",
+ "restore your abilities",
"call upon Elyvilon for divine vigour" },
// Lugonu
{ "depart the Abyss",
@@ -346,10 +346,10 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"mark decks",
"stack decks" },
// Elyvilon
- { "call upon Elyvilon for minor healing",
- "call upon Elyvilon for purification",
- "call upon Elyvilon for major healing",
- "call upon Elyvilon to restore your abilities",
+ { "provide lesser healing",
+ "purify yourself",
+ "provide greater healing",
+ "restore your abilities",
"call upon Elyvilon for divine vigour" },
// Lugonu
{ "depart the Abyss at will",