summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-29 22:09:44 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-29 22:09:44 +0000
commitc7415cf6496b96d54fb17f71e87c78f1196c3d8b (patch)
treeaff5509e4699128d8387c723bb225805b83ad094 /crawl-ref/source/religion.cc
parenta8af63c193db97e24425df2831bc2abf2c95ccaf (diff)
downloadcrawl-ref-c7415cf6496b96d54fb17f71e87c78f1196c3d8b.tar.gz
crawl-ref-c7415cf6496b96d54fb17f71e87c78f1196c3d8b.zip
Only use "greater healing" (fixes 2002446).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6225 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index f6413ca393..458455a977 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -271,7 +271,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Elyvilon for purification",
"call upon Elyvilon for moderate healing",
"call upon Elyvilon to restore your abilities",
- "call upon Elyvilon for incredible healing" },
+ "call upon Elyvilon for greater healing" },
// Lugonu
{ "depart the Abyss",
"bend space around yourself",
@@ -357,7 +357,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Elyvilon for purification",
"call upon Elyvilon for moderate healing",
"call upon Elyvilon to restore your abilities",
- "call upon Elyvilon for incredible healing" },
+ "call upon Elyvilon for greater healing" },
// Lugonu
{ "depart the Abyss at will",
"bend space around yourself",