summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 03:52:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 03:52:50 +0000
commit38cbf547af4380341243f9796c85033dc5e63cae (patch)
treecc66a74ae8a1297c33566850c7a2035713b599b6 /crawl-ref/source/xom.cc
parenteac1eb1daa335f84d6374fb2867d5c0da677142a (diff)
downloadcrawl-ref-38cbf547af4380341243f9796c85033dc5e63cae.tar.gz
crawl-ref-38cbf547af4380341243f9796c85033dc5e63cae.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4831 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc4
1 files changed, 2 insertions, 2 deletions
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"));