Remove Type 93 from radar db and cc fleet gen

This commit is contained in:
Khopa 2020-07-17 01:45:46 +02:00
parent bbac78195d
commit 7d0413f41d
2 changed files with 2 additions and 3 deletions

View File

@ -49,6 +49,5 @@ UNITS_WITH_RADAR = [
LHA_1_Tarawa,
Type_052B_Destroyer,
Type_054A_Frigate,
Type_052C_Destroyer,
Type_093,
Type_052C_Destroyer
]

View File

@ -31,7 +31,7 @@ class ChineseNavyGroupGenerator(GroupGenerator):
self.add_unit(dd_type, "FF2", self.position.x + 2400, self.position.y - 900, self.heading)
if include_cc:
cc_type = random.choice([Type_093, CGN_1144_2_Pyotr_Velikiy])
cc_type = random.choice([CGN_1144_2_Pyotr_Velikiy])
self.add_unit(cc_type, "CC1", self.position.x, self.position.y, self.heading)
self.get_generated_group().points[0].speed = 20