summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-08 13:26:47 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-08 13:26:47 +0100
commit152db799b72d2000ac04293b6e6bb1a470c018f6 (patch)
treee3d2f472293affb273cd2b09710a109ba1e43980 /crawl-ref/source/test
parentf264353210f1e5bbaeaddb82db4b2dc3f51cb6d7 (diff)
downloadcrawl-ref-152db799b72d2000ac04293b6e6bb1a470c018f6.tar.gz
crawl-ref-152db799b72d2000ac04293b6e6bb1a470c018f6.zip
Convert a number of stray references to levitation.
One in particular may need further purging: there's logic in greedy_explore to skip picking up items if the player is unable to. That's never the case anymore...
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/stress/abyss.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/test/stress/abyss.rc b/crawl-ref/source/test/stress/abyss.rc
index 3ed9321e7d..1798df4409 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 .. "levitation" .. eol)
+ crawl.sendkeys("g&o[gold dragon armour" .. eol .. "flight" .. 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,7 @@ function ready()
crawl.sendkeys("&tga2" .. eol .. esc)
crawl.sendkeys("&tha2" .. eol .. esc)
crawl.sendkeys("&tia2" .. eol .. esc)
- crawl.sendkeys("ag") -- levitation
+ crawl.sendkeys("ag") -- flight
--# re-enable monsters
crawl.sendkeys("&" .. string.char(20) ..
"debug.disable('mon_act', false)" .. eol .. esc)