moved viggen to CAS; tanker position fix on enemy attacks; more logs

This commit is contained in:
Vasyl Horbachenko
2018-07-28 04:58:28 +03:00
parent e93ad8b800
commit 73d4a2d414
5 changed files with 12 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ class ArmorConflictGenerator:
def _generate_group(self, side: Country, unit: VehicleType, count: int, at: Point, to: Point = None):
for c in range(count):
print("armorgen: {} for {}".format(unit, side.id))
group = self.m.vehicle_group(
side,
namegen.next_unit_name(side, unit),