summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-09-27 20:53:33 -0400
committerevktalo <evktalo@users.sourceforge.net>2009-09-30 11:31:13 +0300
commite7514fb6833394a5bc0a4c428666fb16ff947d29 (patch)
treef4dc3ceac8d441168d18ebbeb5d38f724593ad8a /crawl-ref/source/religion.cc
parent5c67594c4d192cdd9c5490969d261da1e5244a75 (diff)
downloadcrawl-ref-e7514fb6833394a5bc0a4c428666fb16ff947d29.tar.gz
crawl-ref-e7514fb6833394a5bc0a4c428666fb16ff947d29.zip
Vehumet modifications. Remove the warding effect, replace it with extended range for conjurations spells. Starting at **** piety reduce the cost of high level (>=5) conjurations and summonings spells by 1.
(Additional wording tweaks by Eino) Signed-off-by: evktalo <evktalo@users.sourceforge.net>
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 b4b1b38796..cc0337ce58 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -234,8 +234,8 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
// Vehumet
{ "gain magical power from killing",
"Vehumet is aiding your destructive magics.",
- "Vehumet is shielding you from summoned creatures.",
- "",
+ "Vehumet is extending the range of your conjurations.",
+ "Vehumet is reducing the cost of your destructive magics.",
"" },
// Okawaru
{ "give your body great, but temporary strength",
@@ -334,8 +334,8 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
// Vehumet
{ "gain magical power from killing",
"Vehumet will no longer aid your destructive magics.",
- "Vehumet will no longer shield you from summoned creatures.",
- "",
+ "Vehumet will no extend the range of your conjurations.",
+ "Vehumet will no longer reduce the cost of your destructive magics.",
"" },
// Okawaru
{ "give your body great, but temporary strength",