summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-05-24 01:30:01 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-05-24 01:32:23 +0200
commitdb00a37c1430307a3f7e4ad93a970cc4d7fbd184 (patch)
treed3ae23fe51caa5226246a04d6df562439ac21ac1 /crawl-ref/source/test
parenta68391059b37e1dd136ab89bf957c745df74745a (diff)
downloadcrawl-ref-db00a37c1430307a3f7e4ad93a970cc4d7fbd184.tar.gz
crawl-ref-db00a37c1430307a3f7e4ad93a970cc4d7fbd184.zip
Don't let the Abyss stress fly.
Newnewabyss has hardly any liquids, and it doesn't let us check fpr falling into water.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/stress/abyss.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/test/stress/abyss.rc b/crawl-ref/source/test/stress/abyss.rc
index 29b45faf0c..2b9d7475b9 100644
--- a/crawl-ref/source/test/stress/abyss.rc
+++ b/crawl-ref/source/test/stress/abyss.rc
@@ -35,7 +35,7 @@ function ready()
crawl.sendkeys("&@27 12 12" .. 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 .. "flying" .. eol)
+ crawl.sendkeys("g&o[gold dragon armour" .. eol .. "" .. eol)
crawl.sendkeys("g&o[large shield" .. eol .. "reflection" .. eol)
crawl.sendkeys("g&o[helmet" .. eol .. "see invis" .. eol)
crawl.sendkeys("g&o[gloves" .. eol .. "strength" .. eol)
@@ -49,7 +49,6 @@ function ready()
crawl.sendkeys("&tga2" .. eol .. esc)
crawl.sendkeys("&tha2" .. eol .. esc)
crawl.sendkeys("&tia2" .. eol .. esc)
- crawl.sendkeys("ag") -- flight
--# re-enable monsters
crawl.sendkeys("&" .. string.char(20) ..
"debug.disable('mon_act', false)" .. eol .. esc)