From 38cbf547af4380341243f9796c85033dc5e63cae Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 3 May 2008 03:52:50 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4831 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/xom.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/xom.cc') diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc index 7c33dfa0a6..b7a1a75bf5 100644 --- a/crawl-ref/source/xom.cc +++ b/crawl-ref/source/xom.cc @@ -267,7 +267,7 @@ static bool xom_annoyance_gift(int power) if (coinflip() && weapon && weapon->cursed()) { // If you are wielding a cursed item then Xom will give you - // an item of that same type. Ha ha! + // an item of that same type. Ha ha! god_speaks(GOD_XOM, _get_xom_speech("cursed gift")); if (coinflip()) // For added humour, give the same sub-type. @@ -281,7 +281,7 @@ static bool xom_annoyance_gift(int power) if (coinflip() && gloves && gloves->cursed()) { // If you are wearing cursed gloves, then Xom will give you - // a ring. Ha ha! + // a ring. Ha ha! // // A random ring. (Not necessarily a good one.) god_speaks(GOD_XOM, _get_xom_speech("cursed gift")); -- cgit v1.2.3-54-g00ecf