summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-22 12:54:42 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-22 12:54:42 -0500
commit4d8b0d6a78ff032c93c0ebef95e667c477fd8aac (patch)
tree90b528b6c008d3f73c98c8c75315a9b21744b2ca /crawl-ref/source/religion.cc
parent13fffb8fc90634e40fde96a663b8bdedde13693a (diff)
downloadcrawl-ref-4d8b0d6a78ff032c93c0ebef95e667c477fd8aac.tar.gz
crawl-ref-4d8b0d6a78ff032c93c0ebef95e667c477fd8aac.zip
Tweak wording of a few god messages.
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 d40cb72924..c2e9f39635 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -251,7 +251,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
{ "tap ambient magical fields",
"freely open your mind to new spells",
"",
- "Sif Muna is protecting you from some side-effects of spellcasting.",
+ "Sif Muna is protecting you from miscast magic.",
"" },
// Trog
{ "go berserk at will",
@@ -299,7 +299,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
},
// Chronos
{ "make your items ponderous",
- "Chronos slows your biology.",
+ "Chronos is slowing your biology.",
"",
"",
""
@@ -358,7 +358,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
{ "tap ambient magical fields",
"forget spells at will",
"",
- "Sif Muna is no longer protecting you from miscast magic.",
+ "Sif Muna will no longer protect you from miscast magic.",
"" },
// Trog
{ "go berserk at will",
@@ -406,7 +406,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
},
// Chronos
{ "make your items ponderous",
- "Chronos no longer slows your biology.",
+ "Chronos will no longer slow your biology.",
"",
"",
""