summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 14:58:06 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 14:58:06 +0000
commitc1752a109ffb7604ba6b3bbc3de8818b2f139435 (patch)
tree901d1414cc9d0c7ceab45e82786ea04db20b254c /crawl-ref/source/religion.cc
parente7d8d22f478e852fed18f3cb2d783c7a4c7ceb3b (diff)
downloadcrawl-ref-c1752a109ffb7604ba6b3bbc3de8818b2f139435.tar.gz
crawl-ref-c1752a109ffb7604ba6b3bbc3de8818b2f139435.zip
Change banishment in two ways:
* the Banishment spell doesn't work on the player anymore * Lugonu's Exit Abyss has no permanent hp/mp cost, but Enter Abyss has Instead, Exit Abyss now costs 1 (normal) MP and some more food. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4744 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 189989a48b..88b37366ab 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -270,11 +270,11 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Elyvilon to restore your abilities",
"call upon Elyvilon for incredible healing" },
// Lugonu
- { "depart the Abyss - at a permanent cost",
+ { "depart the Abyss",
"bend space around yourself",
"banish your foes",
"corrupt the fabric of space",
- "gate yourself to the Abyss" },
+ "gate yourself to the Abyss - for a price" },
// Beogh
{ "Beogh supports the use of orcish gear.",
"smite your foes",