diff --git a/game/data/radar_db.py b/game/data/radar_db.py index 0c6e0709..c3c9e25a 100644 --- a/game/data/radar_db.py +++ b/game/data/radar_db.py @@ -49,6 +49,5 @@ UNITS_WITH_RADAR = [ LHA_1_Tarawa, Type_052B_Destroyer, Type_054A_Frigate, - Type_052C_Destroyer, - Type_093, + Type_052C_Destroyer ] \ No newline at end of file diff --git a/gen/fleet/cn_dd_group.py b/gen/fleet/cn_dd_group.py index 49125525..efef82d2 100644 --- a/gen/fleet/cn_dd_group.py +++ b/gen/fleet/cn_dd_group.py @@ -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