From 2e99bc6e85872d9281f63ca405f3a2ddc2ae9a2f Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Tue, 5 May 2020 13:40:03 +0300 Subject: [PATCH] Fix rotation in faction base terrains --- .../overmap_terrain/overmap_terrain_faction_base.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/data/json/overmap/overmap_terrain/overmap_terrain_faction_base.json b/data/json/overmap/overmap_terrain/overmap_terrain_faction_base.json index 68492dab3354e..aceb9c17e4519 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_faction_base.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_faction_base.json @@ -8,10 +8,16 @@ "see_cost": 5, "flags": [ "NO_ROTATE", "SOURCE_PEOPLE" ] }, + { + "type": "overmap_terrain", + "id": [ "faction_base_camp_new_0" ], + "copy-from": "faction_base_camp_0", + "name": "survivor camp", + "delete": { "flags": [ "NO_ROTATE" ] } + }, { "type": "overmap_terrain", "id": [ - "faction_base_camp_new_0", "faction_base_camp_1", "faction_base_camp_2", "faction_base_camp_3", @@ -28,8 +34,7 @@ "faction_base_camp_14" ], "copy-from": "faction_base_camp_0", - "name": "survivor camp", - "delete": { "flags": [ "NO_ROTATE" ] } + "name": "survivor camp" }, { "type": "overmap_terrain",