summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 19:20:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 19:20:52 +0000
commit9b8726ed7a51f1556ebd359761ee4a7a6ca4c27e (patch)
tree2c15d553cde917747788149d0bc9aa22a1e92440 /crawl-ref/source/xom.cc
parent6f3235272af77ed0710c00a2dffdbc6f4dfbf839 (diff)
downloadcrawl-ref-9b8726ed7a51f1556ebd359761ee4a7a6ca4c27e.tar.gz
crawl-ref-9b8726ed7a51f1556ebd359761ee4a7a6ca4c27e.zip
Add minor cosmetic fixes. Also, tweak the message for when non-chunk
lovers drink potions of blood to not use "Blech", as it gives nutrition, unlike other cases (e.g. when partial carnivores drink potions of porridge). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9685 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 214924ffcc..990a9d42c8 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1080,6 +1080,7 @@ static bool _xom_do_potion()
rc = true;
}
+
return (rc);
}