From 6fe187f0ba24f23bfb8ef07fb6ade204e95b3f24 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 23 Apr 2009 20:29:52 +0000 Subject: Add punctuation fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9686 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/it_use2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/it_use2.cc') 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. -- cgit v1.2.3-54-g00ecf