summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lang-fake.cc
diff options
context:
space:
mode:
authorTedronai <emtedronai@gmail.com>2014-04-02 21:26:54 +0000
committerShmuale Mark <shm.mark@gmail.com>2014-04-02 20:26:38 -0400
commitdaf0e7d93011f36a581a4eabea5391104bfad6d7 (patch)
tree7145278bf298b38b0ba36923a4d86be875c26b1c /crawl-ref/source/lang-fake.cc
parent424acf8c8f1569aecc3c12367fb992d958dfd895 (diff)
downloadcrawl-ref-daf0e7d93011f36a581a4eabea5391104bfad6d7.tar.gz
crawl-ref-daf0e7d93011f36a581a4eabea5391104bfad6d7.zip
Shout "POWER NAP!" when passing out after berserk.
I think this is a good addition to the grunt language :)
Diffstat (limited to 'crawl-ref/source/lang-fake.cc')
-rw-r--r--crawl-ref/source/lang-fake.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/lang-fake.cc b/crawl-ref/source/lang-fake.cc
index 8e564d1e10..1f165ff0c5 100644
--- a/crawl-ref/source/lang-fake.cc
+++ b/crawl-ref/source/lang-fake.cc
@@ -458,6 +458,7 @@ static void _grunt(string &txt)
{"appreciates your killing of a holy being",
"smash puny angel"},
{"appreciates your kill", "screams: ANNIHILATED"},
+ {"You pass out from exhaustion.", "POWER NAP!!!"},
{"You die...", "rip"},
{0}
};