summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 18:09:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 18:09:18 +0000
commitb089c109c9b094f56e4fdd88d2ac80f9db07c34b (patch)
tree466dbe36567959a17440a81fd226e384078cabb0 /crawl-ref/source/player.cc
parent0a6bc87537656c5af7f97e7115877297c2dd2c51 (diff)
downloadcrawl-ref-b089c109c9b094f56e4fdd88d2ac80f9db07c34b.tar.gz
crawl-ref-b089c109c9b094f56e4fdd88d2ac80f9db07c34b.zip
Add punctuation fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8955 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc6
1 files changed, 3 insertions, 3 deletions
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.");