Skip to content
Snippets Groups Projects
Commit 65925687 authored by dg's avatar dg
Browse files

Turned the walls of the "hotel" vault into hardwalls

git-svn-id: http://svn.net-core.org/repos/t-engine4@1489 51575b47-30f0-44d4-a5cc-537603b46e54
parent ce268881
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ rotates = {"default", "90", "180", "270", "flipx", "flipy"}
defineTile(' ', "FLOOR")
defineTile('+', "DOOR")
defineTile('!', "DOOR_VAULT")
defineTile('X', "WALL")
defineTile('X', "HARDWALL")
defineTile('$', "FLOOR", {random_filter={add_levels=10, ego_chance=25}})
defineTile('~', "FLOOR", {random_filter={add_levels=5}}, nil, {random_filter={add_levels=5}})
defineTile('^', "FLOOR", nil, nil, {random_filter={add_levels=5}})
......
No preview for this file type
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