summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-05-24 01:50:35 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-05-24 01:50:35 +0200
commitbbaf2469488eaabb39a4b8e25c8e6f4fa62c2a4f (patch)
tree476aa139e78d19897c900c0a410563ed59866e69 /crawl-ref/source/test
parentdb00a37c1430307a3f7e4ad93a970cc4d7fbd184 (diff)
downloadcrawl-ref-bbaf2469488eaabb39a4b8e25c8e6f4fa62c2a4f.tar.gz
crawl-ref-bbaf2469488eaabb39a4b8e25c8e6f4fa62c2a4f.zip
Set the Abyss bot's stats to 72 72 72.
It spends most of the time in stat death otherwise, with all the stat drain abundant in the Abyss. This means monsters get to move when we should use the CPU more for exploring the Abyss (I don't disable monsters here to get a better test coverage).
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/stress/abyss.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/test/stress/abyss.rc b/crawl-ref/source/test/stress/abyss.rc
index 2b9d7475b9..37d7b613a4 100644
--- a/crawl-ref/source/test/stress/abyss.rc
+++ b/crawl-ref/source/test/stress/abyss.rc
@@ -32,7 +32,7 @@ function ready()
crawl.sendkeys("&Y" .. esc)
crawl.sendkeys("&" .. string.char(12) .. "27" .. eol .. "N")
crawl.sendkeys("&A27" .. eol)
- crawl.sendkeys("&@27 12 12" .. eol)
+ crawl.sendkeys("&@72 72 72" .. eol)
crawl.sendkeys("&o)demon whip" .. eol .. "chaos" .. eol)
crawl.sendkeys("g&o[boots" .. eol .. "running" .. eol)
crawl.sendkeys("g&o[gold dragon armour" .. eol .. "" .. eol)