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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3663 51575b47-30f0-44d4-a5cc-537603b46e54
parent bb3fac95
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,7 @@ end
--------------------------------------------------------------------------------
-- Towns
--------------------------------------------------------------------------------
newEntity{ base="PLAINS", define_as = "TOWN", change_level=1, display='*', color={r=255, g=255, b=255}, back_color=colors.DARK_GREEN }
newEntity{ base="PLAINS", define_as = "TOWN", change_level=1, display='*', color={r=255, g=255, b=255}, back_color=colors.DARK_GREEN, nice_tiler=false }
newEntity{ base="TOWN", define_as = "TOWN_DERTH",
name = "Derth (Town)", add_mos = {{image="terrain/town1.png"}},
......@@ -373,7 +373,8 @@ newEntity{ base="TOWN", define_as = "TOWN_GATES_OF_MORNING",
newEntity{ base="TOWN", define_as = "TOWN_IRKKK",
name = "Irkkk (Town)", add_mos = {{image="terrain/town1.png"}},
desc = "Yeek Wayist capital",
change_zone="town-irrk",
change_level = false,
-- change_zone="town-irrk",
}
newEntity{ base="TOWN", define_as = "TOWN_ZIGUR",
name = "Zigur (Town)", add_mos = {{image="terrain/town1.png"}},
......
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