From b089c109c9b094f56e4fdd88d2ac80f9db07c34b Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 7 Feb 2009 18:09:18 +0000 Subject: Add punctuation fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8955 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 61bc1c832a..6ab73f7780 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -3885,14 +3885,14 @@ void display_char_status() attrib.push_back("significantly resist cold"); attrib.push_back("strongly resist negative energy"); attrib.push_back("resist torment"); - attrib.push_back("do not heal!"); + attrib.push_back("do not heal."); break; case HS_NEAR_STARVING: attrib.push_back("resist poison"); attrib.push_back("significantly resist cold"); attrib.push_back("strongly resist negative energy"); attrib.push_back("have an extremely slow metabolism"); - attrib.push_back("heal slowly!"); + attrib.push_back("heal slowly."); break; case HS_HUNGRY: case HS_VERY_HUNGRY: @@ -3903,7 +3903,7 @@ void display_char_status() attrib.push_back("have a slow metabolism"); else attrib.push_back("have a very slow metabolism"); - attrib.push_back("heal slowly!"); + attrib.push_back("heal slowly."); break; case HS_SATIATED: attrib.push_back("resist negative energy."); -- cgit v1.2.3-54-g00ecf