Skip to content
Snippets Groups Projects
Commit bcd2eafc authored by DarkGod's avatar DarkGod
Browse files

Changed the greater vault "32-chambers" to only require one exit and replaced...

Changed the greater vault "32-chambers" to only require one exit and replaced diggable walls with doors
parent 4ea8d9dc
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -29,7 +29,7 @@ roomCheck(function(room, zone, level, map)
return resolvers.current_level >= 30, "too high level"
end)
rotates = {"default", "90", "180", "270", "flipx", "flipy"}
defineTile('%', "WALL")
defineTile('%', "DOOR")
defineTile('.', "FLOOR")
defineTile('#', "HARDWALL")
defineTile('X', "DOOR_VAULT")
......@@ -47,7 +47,7 @@ return {
[[#..#..#..%..%..#..%..#..#]],
[[#.c%.c#.c#.c#.c#.c#.c%.c#]],
[[########%########%#####%#]],
[[#..%..#..#LL#..%..#..#..#]],
[[#..%..#..#LL%..%..#..#..#]],
[[#.c#.c%.c#DD#.c#.c#.c%.c#]],
[[##%########%##%##########]],
[[#..%..%..%..#..%..%..#..#]],
......
......@@ -28,6 +28,7 @@ for _, f in ipairs(fs.list("/data/maps/vaults/auto/greater/")) do
list[#list+1] = f:sub(1, #f - 4)
end
end
list={"32-chambers"}
print("[greater_vault] initializing auto list:")
table.print(list, "---")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment