summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-05-25 12:56:17 -0500
committergammafunk <gammafunk@gmail.com>2014-05-28 12:50:50 -0500
commitafd1d1232c60c598fa064e3417b928de33d77a49 (patch)
treeb8aa0814e03567077897e6c6c453987b62503e31 /crawl-ref/source/test
parent4412034ca0e58c61c99658f6d498f3415480dcfa (diff)
downloadcrawl-ref-afd1d1232c60c598fa064e3417b928de33d77a49.tar.gz
crawl-ref-afd1d1232c60c598fa064e3417b928de33d77a49.zip
Remove jewelry and armour sources of conservation
The amulet of conservation and cloaks of preservation are no longer necessary without item destruction. Maxwell's patent armour now has the resistance ego and grants rF+ and rC+.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/stress/abyss.rc2
-rw-r--r--crawl-ref/source/test/stress/abyss_short_run.rc2
2 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 918c95383f..ef47947562 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[large shield" .. eol .. "reflection" .. eol)
crawl.sendkeys("g&o[helmet" .. eol .. "see invis" .. eol)
crawl.sendkeys("g&o[gloves" .. eol .. "strength" .. eol)
- crawl.sendkeys("g&o[cloak" .. eol .. "preservation" .. eol)
+ crawl.sendkeys("g&o[cloak" .. eol .. "" .. eol)
crawl.sendkeys("g&o=sustain" .. eol)
--# somehow ga doesn't work... why?
crawl.sendkeys("gwcWdWeWfWgWhWiPj")
diff --git a/crawl-ref/source/test/stress/abyss_short_run.rc b/crawl-ref/source/test/stress/abyss_short_run.rc
index 75c8bda800..d6ec8911d7 100644
--- a/crawl-ref/source/test/stress/abyss_short_run.rc
+++ b/crawl-ref/source/test/stress/abyss_short_run.rc
@@ -40,7 +40,7 @@ function ready()
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)
- crawl.sendkeys("g&o[cloak" .. eol .. "preservation" .. eol)
+ crawl.sendkeys("g&o[cloak" .. eol .. "" .. eol)
--# somehow ga doesn't work... why?
crawl.sendkeys("gwcWdWeWfWgWhWi")
crawl.sendkeys("&tca9" .. eol .. "b9" .. eol .. esc)