Fix room tests
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ function test_door()
|
|||||||
des.door("nodoor", 12,12);
|
des.door("nodoor", 12,12);
|
||||||
des.door({ x = 13, y = 12, state = "open" });
|
des.door({ x = 13, y = 12, state = "open" });
|
||||||
des.door({ coord = {14, 12}, state = "open" });
|
des.door({ coord = {14, 12}, state = "open" });
|
||||||
des.room({ type = "graveyard", contents = function()
|
des.room({ type = "ordinary", contents = function()
|
||||||
des.door({ wall = "north", pos = 1 });
|
des.door({ wall = "north", pos = 1 });
|
||||||
des.door({ wall = "random", state = "locked" });
|
des.door({ wall = "random", state = "locked" });
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user