From b8b2bb9e384433b4f29951621b1a159fb7ee1a60 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 4 Jul 2008 03:40:17 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6386 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/descript/gods.txt | 5 +++-- crawl-ref/source/religion.cc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'crawl-ref') 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); -- cgit v1.2.3-54-g00ecf