Added Syria map with GolanHeights setup.

Added a setting to forbid navy units on some control points.
This commit is contained in:
Khopa
2020-08-20 22:15:54 +02:00
parent 6ba95d8c70
commit d18a9f376f
4 changed files with 58 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ class ControlPoint:
base = None # type: theater.base.Base
at = None # type: db.StartPosition
icls = 1
allow_sea_units = True
connected_points = None # type: typing.List[ControlPoint]
ground_objects = None # type: typing.List[TheaterGroundObject]