summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-29 02:01:51 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-29 02:01:51 +0100
commitf979edf64d864fe1a7b98db1671f6b19e1d7454c (patch)
tree6de57269354b74061132bfa954ab94575b9c47c8 /crawl-ref/source/test
parentd9be2f7fbd7f6d54ae0c08e50ec18366d531cfb1 (diff)
downloadcrawl-ref-f979edf64d864fe1a7b98db1671f6b19e1d7454c.tar.gz
crawl-ref-f979edf64d864fe1a7b98db1671f6b19e1d7454c.zip
Remove rock worms.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/monplace.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/test/monplace.lua b/crawl-ref/source/test/monplace.lua
index e38131d703..21205d180d 100644
--- a/crawl-ref/source/test/monplace.lua
+++ b/crawl-ref/source/test/monplace.lua
@@ -22,6 +22,6 @@ assert_place_monster_on("rat", "shallow water")
-- [ds] One wonders why due has this morbid fetish involving flying
-- skulls and lava...
assert_place_monster_on("flying skull", "lava")
-assert_place_monster_on("rock worm", "rock_wall")
+assert_place_monster_on("dryad", "tree")
assert_place_monster_on("cyan ugly thing")
assert_place_monster_on("purple very ugly thing")