summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-01 14:57:14 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-09 02:25:40 +0200
commit3e22dd2d1c68f328bf6baef037d5796bb41c0890 (patch)
treee12c2dde6804d11ddfa4058ea6ab16f854fe68b2 /crawl-ref/source/test
parenta7eca73ce72865ab65951c062d42271e4426c025 (diff)
downloadcrawl-ref-3e22dd2d1c68f328bf6baef037d5796bb41c0890.tar.gz
crawl-ref-3e22dd2d1c68f328bf6baef037d5796bb41c0890.zip
Abyss bot: disable hunger and malmutate by default.
There's nothing interesting that bad mutations bring to the testing, and there's Xom already.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/stress/abyss.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/test/stress/abyss.rc b/crawl-ref/source/test/stress/abyss.rc
index 37d7b613a4..8d50fae75d 100644
--- a/crawl-ref/source/test/stress/abyss.rc
+++ b/crawl-ref/source/test/stress/abyss.rc
@@ -27,6 +27,8 @@ function ready()
crawl.sendkeys("&" .. string.char(20) ..
"debug.disable('confirmations')" .. eol ..
"debug.disable('death')" .. eol ..
+ "debug.disable('hunger')" .. eol ..
+ "debug.disable('afflictions')" .. eol ..
--# don't let them stop us gearing up
"debug.disable('mon_act')" .. eol .. esc)
crawl.sendkeys("&Y" .. esc)