Skip to content

Commit

Permalink
Fix Lighthouse and Buoy maps missing zones
Browse files Browse the repository at this point in the history
  • Loading branch information
tos-x committed May 20, 2023
1 parent 1186187 commit b2c6153
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions mods/other/mods/FarLine/maps/tosx_island35.map
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tosx_island35 = {["version"] = 7, ["dimensions"] = Point( 8, 8 ), ["name"] = "to
["spawn_ids"] = {},
["spawn_points"] = {},
["zones"] = {["tosx_oilrig"] = {Point( 7, 1 ), Point( 7, 6 ), Point( 6, 6 ), Point( 6, 7 ), Point( 6, 5 ), Point( 1, 0 ), },
["buoy"] = {Point( 5, 6 ), Point( 5, 5 ), Point( 7, 2 ), Point( 1, 1 ), },
},
["tags"] = {"any_sector", "tosx_oilrig", "tosx_continent", "tosx_island", "tosx_buoy", },
["blocked_points"] = {},
Expand Down
1 change: 1 addition & 0 deletions mods/other/mods/FarLine/maps/tosx_island36.map
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ tosx_island36 = {["version"] = 7, ["dimensions"] = Point( 8, 8 ), ["name"] = "to
["spawn_ids"] = {},
["spawn_points"] = {},
["zones"] = {["tosx_oilrig"] = {Point( 7, 6 ), Point( 7, 2 ), Point( 7, 1 ), Point( 6, 0 ), Point( 0, 6 ), Point( 1, 7 ), },
["buoy"] = {Point( 7, 5 ), Point( 6, 2 ), Point( 6, 1 ), Point( 1, 6 ), },
},
["tags"] = {"any_sector", "tosx_oilrig", "tosx_continent", "tosx_island", "tosx_buoy", },
["blocked_points"] = {},
Expand Down
6 changes: 3 additions & 3 deletions mods/other/mods/FarLine/maps/tosx_lighthouse8.map
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tosx_lighthouse8 = {["version"] = 7, ["dimensions"] = Point( 8, 8 ), ["name"] =
{["loc"] = Point( 5, 0 ), ["terrain"] = 3, },
{["loc"] = Point( 5, 6 ), ["terrain"] = 3, ["smoke"] = 1, ["smoke"] = 1, },
{["loc"] = Point( 5, 7 ), ["terrain"] = 3, },
{["loc"] = Point( 6, 0 ), ["terrain"] = 4, },
{["loc"] = Point( 6, 0 ), ["terrain"] = 3, },
{["loc"] = Point( 6, 4 ), ["terrain"] = 3, },
{["loc"] = Point( 6, 5 ), ["terrain"] = 3, ["smoke"] = 1, ["smoke"] = 1, },
{["loc"] = Point( 6, 6 ), ["terrain"] = 3, ["smoke"] = 1, ["smoke"] = 1, },
Expand All @@ -37,9 +37,9 @@ tosx_lighthouse8 = {["version"] = 7, ["dimensions"] = Point( 8, 8 ), ["name"] =
["spawns"] = {},
["spawn_ids"] = {},
["spawn_points"] = {},
["zones"] = {["lighthouse"] = {},
["zones"] = {["lighthouse"] = {Point( 5, 5 ), Point( 5, 1 ), },
},
["tags"] = {"any_sector", "tosx_island", "tosx_lighthouse"},
["tags"] = {"any_sector", "tosx_island", "tosx_lighthouse", },
["blocked_points"] = {},
["blocked_type"] = {},
}

0 comments on commit b2c6153

Please sign in to comment.