summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-09 22:27:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-09 22:27:24 +0000
commit7a95603476a0a04595a39a72beb9e108cf8148a5 (patch)
treec986a8261808b785b0f996109edd5411e030deb3 /crawl-ref/source/religion.cc
parent932b8837a880eec4631abc64ffabdd7a39767b5b (diff)
downloadcrawl-ref-7a95603476a0a04595a39a72beb9e108cf8148a5.tar.gz
crawl-ref-7a95603476a0a04595a39a72beb9e108cf8148a5.zip
Add more capitalization fixes for TSO.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4974 c06c8d41-db1a-0410-9941-cceddc491573
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 4ba71a3b08..f4f8dc2399 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -209,7 +209,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Zin to create a sanctuary" },
// TSO
{ "You and your allies can now gain power from killing evil.",
- "call upon The Shining One for a divine shield",
+ "call upon the Shining One for a divine shield",
"",
"hurl blasts of cleansing flame",
"summon a divine warrior" },
@@ -295,7 +295,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Zin to create a sanctuary" },
// TSO
{ "You and your allies can no longer gain power from killing evil.",
- "call upon The Shining One for a divine shield",
+ "call upon the Shining One for a divine shield",
"",
"hurl blasts of cleansing flame",
"summon a divine warrior" },
@@ -2938,7 +2938,7 @@ static bool _tso_retribution()
beam.name = "golden flame";
beam.colour = YELLOW;
beam.thrower = KILL_MISC;
- beam.aux_source = "The Shining One's cleansing flame";
+ beam.aux_source = "the Shining One's cleansing flame";
beam.ex_size = 2;
beam.is_tracer = false;
beam.is_explosion = true;
@@ -2954,7 +2954,7 @@ static bool _tso_retribution()
}
else
{
- god_speaks(god, "You feel The Shining One's silent rage upon you!");
+ god_speaks(god, "You feel the Shining One's silent rage upon you!");
cast_silence( 25 );
}
break;