summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test/abyss_shift.lua
blob: b271e563ec8bd376e67ae0863aed480fbc08f84c (plain) (blame)
1
2
3
4
5
6
7
8
crawl.message("Testing abyssal shifts.")

debug.goto_place("Abyss")
test.regenerate_level()

for i = 0, 100 do
  you.teleport_to(68, 5 + crawl.random2(50))
end