summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-09-21 13:53:52 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-09-22 00:19:58 +0200
commit357f8d0d6a867f6a3ac09a9a8daec5d9a49893c9 (patch)
treef557b67f3c83d62967bfeef497fb9e049378008c /crawl-ref/source/test
parentc05688fa6a7ee87041cde1f1e7c10d3bfd01d308 (diff)
downloadcrawl-ref-357f8d0d6a867f6a3ac09a9a8daec5d9a49893c9.tar.gz
crawl-ref-357f8d0d6a867f6a3ac09a9a8daec5d9a49893c9.zip
A test for abyssal shifts.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/big/abyss_shift.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/test/big/abyss_shift.lua b/crawl-ref/source/test/big/abyss_shift.lua
new file mode 100644
index 0000000000..8cde2be732
--- /dev/null
+++ b/crawl-ref/source/test/big/abyss_shift.lua
@@ -0,0 +1,8 @@
+crawl.message("Testing abyssal shifts.")
+
+debug.goto_place("Abyss")
+test.regenerate_level()
+
+for i = 0, 10000 do
+ you.teleport_to(68, 5 + crawl.random2(50))
+end