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

Fixed tannen tower, I think

git-svn-id: http://svn.net-core.org/repos/t-engine4@2885 51575b47-30f0-44d4-a5cc-537603b46e54
parent a4576d3c
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,13 @@ endx = 12
endy = 12
-- defineTile section
defineTile("U", "LAVA_FLOOR", nil, {random_filter={type="demon"}})
defineTile("U", "FLOOR", nil, {random_filter={type="demon"}})
defineTile('"', "OLD_FLOOR", nil, {random_filter={name="greater multi-hued wyrm",add_levels=12}})
defineTile("#", "OLD_WALL")
defineTile("E", "GRASS", nil, {random_filter={type="elemental"}})
defineTile("$", "FLOOR", nil, {random_filter={type="undead", subtype="giant"}})
defineTile("X", "HARDWALL")
defineTile("~", "LAVA_FLOOR")
defineTile("~", "FLOOR")
defineTile("*", "SEALED_DOOR")
defineTile("+", "DOOR")
defineTile("<", "UP")
......
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