summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-19 19:50:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-19 19:50:53 +0000
commit9a795ed3df54209245dadd39fa98f48e15209e55 (patch)
tree8465c1eca5e4abbecea9f4c0811d879ac5dea0f2 /crawl-ref/source/religion.cc
parente061442d0d5c4e461d2b37e0616f9f7fd8ffe058 (diff)
downloadcrawl-ref-9a795ed3df54209245dadd39fa98f48e15209e55.tar.gz
crawl-ref-9a795ed3df54209245dadd39fa98f48e15209e55.zip
Adjust the "power from killing" god power messages to be more accurate.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3729 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index aa775b90cf..a46129f752 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -198,7 +198,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"",
"call upon Zin to create a Sanctuary" },
// TSO
- { "gain power from killing evil in The Shining One's name",
+ { "gain power for yourself and allies by killing evil",
"call upon The Shining One for a divine shield",
"",
"hurl blasts of cleansing flame",
@@ -218,7 +218,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
// Xom
{ "", "", "", "", "" },
// Vehumet
- { "gain magical power from killing in Vehumet's name",
+ { "gain magical power from killing",
"You can call upon Vehumet to aid your destructive magics with prayer.",
"During prayer you have some protection from summoned creatures.",
"",
@@ -230,7 +230,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"",
"haste yourself" },
// Makhleb
- { "gain power from killing in Makhleb's name",
+ { "gain power from killing",
"harness Makhleb's destructive might",
"summon a lesser servant of Makhleb",
"hurl Makhleb's greater destruction",
@@ -284,7 +284,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"",
"call upon Zin to create a Sanctuary" },
// TSO
- { "gain power from killing evil in The Shining One's name",
+ { "gain power for yourself and allies by killing evil",
"call upon The Shining One for a divine shield",
"",
"hurl blasts of cleansing flame",
@@ -304,7 +304,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
// Xom
{ "", "", "", "", "" },
// Vehumet
- { "gain magical power from killing in Vehumet's name",
+ { "gain magical power from killing",
"Vehumet will no longer aid your destructive magics.",
"Vehumet will no longer shield you from summoned creatures.",
"",
@@ -316,7 +316,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"",
"haste yourself" },
// Makhleb
- { "gain power from killing in Makhleb's name",
+ { "gain power from killing",
"harness Makhleb's destructive might",
"summon a lesser servant of Makhleb",
"hurl Makhleb's greater destruction",