summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 03:27:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 03:27:09 +0000
commitc0bc0fc1104c41ea396a7f1f3414e291ea7e7642 (patch)
treea7898bfd3bb70689330495b6102665b4392e52dc /crawl-ref/source/xom.cc
parentda2bfae4d158f57ebb3f4f6d07c54cb7cbd85ba2 (diff)
downloadcrawl-ref-c0bc0fc1104c41ea396a7f1f3414e291ea7e7642.tar.gz
crawl-ref-c0bc0fc1104c41ea396a7f1f3414e291ea7e7642.zip
Add yet another message tweak.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6101 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index c220246224..d34fa6c373 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -870,10 +870,7 @@ static bool _xom_is_bad(int sever)
}
if (!success)
- {
- simple_god_message("'s children are having fun elsewhere.",
- GOD_XOM);
- }
+ god_speaks(GOD_XOM, "\"No, never mind.\"");
}
done = true;