Skip to content

Commit

Permalink
Merge pull request #37289 from RarkGrames/Overrun-scenario-fix
Browse files Browse the repository at this point in the history
Overrun scenario fix
  • Loading branch information
ZhilkinSerg authored Jan 23, 2020
2 parents a51904b + 3538a65 commit beacad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -6740,7 +6740,7 @@
"connections": [ { "point": [ 3, -2, 0 ] } ],
"city_distance": [ 4, -1 ],
"city_sizes": [ 4, 12 ],
"occurrences": [ 1, 10 ],
"flags": [ "UNIQUE", "MILITARY" ]
"occurrences": [ 0, 1 ],
"flags": [ "MILITARY" ]
}
]

0 comments on commit beacad7

Please sign in to comment.