summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
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.