summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lang-fake.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-01 20:47:30 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-01 20:47:30 -0600
commitfa90154be0b56841ecb534371b246cdf3d28c1c8 (patch)
tree02bf1a5afcdc7b0ad10d8cc4f6343117bcba9ed8 /crawl-ref/source/lang-fake.cc
parenta771cbda9e4ae13f2207b6dc09030e741865d5c9 (diff)
downloadcrawl-ref-fa90154be0b56841ecb534371b246cdf3d28c1c8.tar.gz
crawl-ref-fa90154be0b56841ecb534371b246cdf3d28c1c8.zip
Fix a few !!! oversights/bugs.
Diffstat (limited to 'crawl-ref/source/lang-fake.cc')
-rw-r--r--crawl-ref/source/lang-fake.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/lang-fake.cc b/crawl-ref/source/lang-fake.cc
index a1f566815d..8e564d1e10 100644
--- a/crawl-ref/source/lang-fake.cc
+++ b/crawl-ref/source/lang-fake.cc
@@ -451,7 +451,14 @@ static void _grunt(string &txt)
{"Battlelust", "BATTLELUST"},
{"Kill them all", "RIP AND TEAR"},
{"accepts your kill", "roars: ANNIHILATED"},
+ {"appreciates your killing of a heretic priest",
+ "smash puny heretic"},
+ {"appreciates your killing of a magic user",
+ "smash puny caster"},
+ {"appreciates your killing of a holy being",
+ "smash puny angel"},
{"appreciates your kill", "screams: ANNIHILATED"},
+ {"You die...", "rip"},
{0}
};