summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 21:15:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 21:15:24 +0000
commit100c7dd207a48003e0af4834d94244fbded71cf9 (patch)
tree0ee2f5c67ea41b58e56aa44b8333b4008d98979d /crawl-ref/source
parentd68263bae2edfe29b3028ff90e9d44d35573ce72 (diff)
downloadcrawl-ref-100c7dd207a48003e0af4834d94244fbded71cf9.tar.gz
crawl-ref-100c7dd207a48003e0af4834d94244fbded71cf9.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4915 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/acr.cc21
1 files changed, 10 insertions, 11 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 27f8ab89cb..7f111843bb 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -329,19 +329,19 @@ static void _god_greeting_message( bool game_start )
switch (you.religion)
{
case GOD_ZIN:
- simple_god_message( " says: Spread the light, my child." );
+ simple_god_message(" says: Spread the light, my child.");
break;
case GOD_SHINING_ONE:
- simple_god_message( " says: Lead the forces of light to victory!" );
+ simple_god_message(" says: Lead the forces of light to victory!");
break;
case GOD_KIKUBAAQUDGHA:
case GOD_YREDELEMNUL:
case GOD_NEMELEX_XOBEH:
- simple_god_message( " says: Welcome..." );
+ simple_god_message(" says: Welcome...");
break;
case GOD_XOM:
if (game_start)
- simple_god_message( " says: A new plaything!" );
+ simple_god_message(" says: A new plaything!");
break;
case GOD_VEHUMET:
simple_god_message(" says: Let it end in hellfire!");
@@ -350,23 +350,22 @@ static void _god_greeting_message( bool game_start )
simple_god_message(" says: Welcome, disciple.");
break;
case GOD_MAKHLEB:
- god_speaks( you.religion, "Blood and souls for Makhleb!" );
+ god_speaks(you.religion, "Blood and souls for Makhleb!");
break;
case GOD_SIF_MUNA:
- simple_god_message( " whispers: I know many secrets...");
+ simple_god_message(" whispers: I know many secrets...");
break;
case GOD_TROG:
- simple_god_message( " says: Kill them all!" );
+ simple_god_message(" says: Kill them all!");
break;
case GOD_ELYVILON:
- simple_god_message( " says: Go forth and aid the weak!" );
+ simple_god_message(" says: Go forth and aid the weak!");
break;
case GOD_LUGONU:
- simple_god_message( " says: Spread carnage and corruption!");
+ simple_god_message(" says: Spread carnage and corruption!");
break;
case GOD_BEOGH:
- simple_god_message(
- " says: Drown the unbelievers in a sea of blood!");
+ simple_god_message(" says: Drown the unbelievers in a sea of blood!");
break;
case GOD_NO_GOD:
case NUM_GODS: