summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 20:29:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 20:29:52 +0000
commit6fe187f0ba24f23bfb8ef07fb6ade204e95b3f24 (patch)
tree0f300f044cb795890b80adae57d04c0fd5ca9b41 /crawl-ref/source/it_use2.cc
parent9b8726ed7a51f1556ebd359761ee4a7a6ca4c27e (diff)
downloadcrawl-ref-6fe187f0ba24f23bfb8ef07fb6ade204e95b3f24.tar.gz
crawl-ref-6fe187f0ba24f23bfb8ef07fb6ade204e95b3f24.zip
Add punctuation fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9686 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 9617c1264c..737e1f59cf 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -121,7 +121,7 @@ bool potion_effect(potion_type pot_eff, int pow, bool drank_it, bool was_known)
}
else
{
- mpr("Yuck - this tastes like blood!");
+ mpr("Yuck - this tastes like blood.");
if (x_chance_in_y(herbivorous + 1, 4))
{
// Full herbivores always become ill from blood.