summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-08 14:04:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-09 02:41:21 +0100
commit68196dc92f1c88d2cea30c08cb021ca00e1e7e5f (patch)
tree29d4262d34b7f9c42da290a954afe3997cadb91d /crawl-ref/source/test
parent786430b5b6a480098cfabb884d892a1472f2be9d (diff)
downloadcrawl-ref-68196dc92f1c88d2cea30c08cb021ca00e1e7e5f.tar.gz
crawl-ref-68196dc92f1c88d2cea30c08cb021ca00e1e7e5f.zip
Rename boots of flight to boots of flying.
Sounds better, and is more consistent with boots of running. Also, the distinction between "potion of flight" vs "boots of flying" conveys the difference: a short-timed action vs a continuous effect.
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 1798df4409..f51aa09cb0 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 .. "flight" .. eol)
+ crawl.sendkeys("g&o[gold dragon armour" .. eol .. "flying" .. 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)