Skip to content
Snippets Groups Projects
Commit 5d3108eb authored by Lisa Greene's avatar Lisa Greene
Browse files

Merge branch 'misc168' into misc168

parents d3a131cc d5311275
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ rotates = {"default", "90", "180", "270", "flipx", "flipy"}
defineTile(',', data.floor or data['.'] or "FLOOR")
defineTile('#', "HARDWALL")
defineTile('w', "WALL")
defineTile('!', "DOOR_VAULT")
defineTile('d', "FLOOR", {random_filter={type="tool", subtype="digger", name="iron pickaxe", ego_chance=-1000, ego_chance=-1000}})
local mobs = {
......@@ -58,7 +58,7 @@ return {
[[,,,,,,,,]],
[[,######,]],
[[,#sss##,]],
[[,#ssswd,]],
[[,#sss!d,]],
[[,#sss##,]],
[[,######,]],
[[,,,,,,,,]],
......
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