Skip to content

Commit

Permalink
Fix rotation in faction base terrains
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed May 5, 2020
1 parent 0c71600 commit 2e99bc6
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2e99bc6

Please sign in to comment.