Move transfers one CP per turn.

https://github.com/Khopa/dcs_liberation/issues/824
This commit is contained in:
Dan Albert
2021-04-17 19:03:33 -07:00
parent 65f6a4eddd
commit bd9cbf5e3b
5 changed files with 154 additions and 21 deletions

View File

@@ -2,4 +2,5 @@ from .base import *
from .conflicttheater import *
from .controlpoint import *
from .missiontarget import MissionTarget
from .supplyroutes import SupplyRoute
from .theatergroundobject import SamGroundObject