summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-05 14:18:13 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-10-05 14:22:01 +0200
commitc9c43cbd0e3d5b3f137057e13fa4de25474965ee (patch)
tree51fabfc81b1bc63bc07d0584ea661994fa3150c4 /crawl-ref/source/test
parent77c99229d934203602ef2321db5ff60714d9c605 (diff)
downloadcrawl-ref-c9c43cbd0e3d5b3f137057e13fa4de25474965ee.tar.gz
crawl-ref-c9c43cbd0e3d5b3f137057e13fa4de25474965ee.zip
Abyss stress test: don't run around with an unworn cloak.
Not that it makes any difference...
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 d7dbec3992..46feba5565 100644
--- a/crawl-ref/source/test/stress/abyss.rc
+++ b/crawl-ref/source/test/stress/abyss.rc
@@ -42,7 +42,7 @@ function ready()
crawl.sendkeys("g&o[gloves" .. eol .. "strength" .. eol)
crawl.sendkeys("g&o[cloak" .. eol .. "preservation" .. eol)
--# somehow ga doesn't work... why?
- crawl.sendkeys("gwcWdWeWfWgWh")
+ crawl.sendkeys("gwcWdWeWfWgWhWi")
crawl.sendkeys("&tca9" .. eol .. "b9" .. eol .. esc)
crawl.sendkeys("&tda2" .. eol .. esc)
crawl.sendkeys("&tea12" .. eol .. esc)