summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 03:40:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 03:40:17 +0000
commitb8b2bb9e384433b4f29951621b1a159fb7ee1a60 (patch)
treeeaf88d55cc0281313dc2ba97baae2f97287d1c23
parent8d0fe3419ddad233493940ad6b4cc5f645bd7978 (diff)
downloadcrawl-ref-b8b2bb9e384433b4f29951621b1a159fb7ee1a60.tar.gz
crawl-ref-b8b2bb9e384433b4f29951621b1a159fb7ee1a60.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6386 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/dat/descript/gods.txt5
-rw-r--r--crawl-ref/source/religion.cc2
2 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/descript/gods.txt b/crawl-ref/source/dat/descript/gods.txt
index 410d11b908..6f15de703b 100644
--- a/crawl-ref/source/dat/descript/gods.txt
+++ b/crawl-ref/source/dat/descript/gods.txt
@@ -126,7 +126,7 @@ Zin powers
Zin grants followers the ability to preach to the unenlightened masses with
various results. Later, followers will gain the power to help them purify and
strengthen their body, and eventually they can find temporary safety in a
-divine refuge. Apart from that, Zin may occasionally directly intervene to
+divine refuge. Apart from that, Zin may occasionally directly intervene to
save a follower's life.
%%%%
The Shining One powers
@@ -189,7 +189,8 @@ followers with weapons focused on damage.
%%%%
Nemelex Xobeh powers
-The Trickster's followers gain various ways to influence fate when playing cards.
+The Trickster's followers gain various ways to influence fate when playing
+cards.
%%%%
Elyvilon powers
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 9cc12f70d4..04f111eacb 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -700,7 +700,7 @@ std::string get_god_dislikes(god_type which_god, bool /*verbose*/)
std::string text = god_name(which_god);
text += " dislikes it when you ";
text += comma_separated_line(dislikes.begin(), dislikes.end(),
- " or ", ", ");
+ ", or ", ", ");
text += ".";
return (text);