summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.");