summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 227798e990..2d84382575 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -108,15 +108,15 @@ static const char *xom_generic_beneficence[] =
const char *describe_xom_favour()
{
return (you.piety > 160) ? "A beloved toy of Xom." :
- (you.piety > 145) ? "A favourite toy of Xom." :
- (you.piety > 130) ? "A very special toy of Xom." :
- (you.piety > 115) ? "A special toy of Xom." :
- (you.piety > 100) ? "A toy of Xom." :
- (you.piety > 85) ? "A plaything of Xom." :
- (you.piety > 70) ? "A special plaything of Xom." :
- (you.piety > 55) ? "A very special plaything of Xom." :
- (you.piety > 40) ? "A favourite plaything of Xom." :
- "A beloved plaything of Xom.";
+ (you.piety > 145) ? "A favourite toy of Xom." :
+ (you.piety > 130) ? "A very special toy of Xom." :
+ (you.piety > 115) ? "A special toy of Xom." :
+ (you.piety > 100) ? "A toy of Xom." :
+ (you.piety > 85) ? "A plaything of Xom." :
+ (you.piety > 70) ? "A special plaything of Xom." :
+ (you.piety > 55) ? "A very special plaything of Xom." :
+ (you.piety > 40) ? "A favourite plaything of Xom." :
+ "A beloved plaything of Xom.";
}
bool xom_is_nice()