From 6dce7d753be877ebde49c4fe52b32029faac0a82 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 12 Feb 2009 18:53:48 +0000 Subject: Fix use of the serial comma. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9050 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.cc') diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index 71bf56135a..b3ad4908db 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -797,7 +797,7 @@ std::string get_god_dislikes(god_type which_god, bool /*verbose*/) std::string text = god_name(which_god); text += " dislikes it when "; text += comma_separated_line(dislikes.begin(), dislikes.end(), - ", or ", ", "); + " or ", ", "); text += "."; return (text); -- cgit v1.2.3-54-g00ecf