summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lang-fake.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-06 17:06:27 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-06 17:07:47 -0600
commit0187f6126cb2ea010bdfb32023a76970817cdcff (patch)
tree2d35c6fceb1a361bb02768c5f816c81f1e5dbf29 /crawl-ref/source/lang-fake.cc
parent2e1702711870b93c623b37ec4aed4bad5d307116 (diff)
downloadcrawl-ref-0187f6126cb2ea010bdfb32023a76970817cdcff.tar.gz
crawl-ref-0187f6126cb2ea010bdfb32023a76970817cdcff.zip
A couple of important additions to !!!.
Diffstat (limited to 'crawl-ref/source/lang-fake.cc')
-rw-r--r--crawl-ref/source/lang-fake.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/lang-fake.cc b/crawl-ref/source/lang-fake.cc
index 1f165ff0c5..33b06f0d80 100644
--- a/crawl-ref/source/lang-fake.cc
+++ b/crawl-ref/source/lang-fake.cc
@@ -460,6 +460,8 @@ static void _grunt(string &txt)
{"appreciates your kill", "screams: ANNIHILATED"},
{"You pass out from exhaustion.", "POWER NAP!!!"},
{"You die...", "rip"},
+ {"LOW HITPOINT WARNING", "don't die"},
+ {"Ouch! That really hurt!", "DANG"},
{0}
};