mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove Type 93 from radar db and cc fleet gen
This commit is contained in:
parent
bbac78195d
commit
7d0413f41d
@ -49,6 +49,5 @@ UNITS_WITH_RADAR = [
|
|||||||
LHA_1_Tarawa,
|
LHA_1_Tarawa,
|
||||||
Type_052B_Destroyer,
|
Type_052B_Destroyer,
|
||||||
Type_054A_Frigate,
|
Type_054A_Frigate,
|
||||||
Type_052C_Destroyer,
|
Type_052C_Destroyer
|
||||||
Type_093,
|
|
||||||
]
|
]
|
||||||
@ -31,7 +31,7 @@ class ChineseNavyGroupGenerator(GroupGenerator):
|
|||||||
self.add_unit(dd_type, "FF2", self.position.x + 2400, self.position.y - 900, self.heading)
|
self.add_unit(dd_type, "FF2", self.position.x + 2400, self.position.y - 900, self.heading)
|
||||||
|
|
||||||
if include_cc:
|
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.add_unit(cc_type, "CC1", self.position.x, self.position.y, self.heading)
|
||||||
|
|
||||||
self.get_generated_group().points[0].speed = 20
|
self.get_generated_group().points[0].speed = 20
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user