diff --git a/game/factions/faction.py b/game/factions/faction.py index a87ff375..6d13d21f 100644 --- a/game/factions/faction.py +++ b/game/factions/faction.py @@ -625,10 +625,12 @@ class Faction: if not mod_settings.vietnamwarvessels: self.remove_ship("cva-31") self.remove_ship("USS Maddox") + self.remove_ship("USS The Sullivans") + self.remove_ship("USS Fletcher") self.remove_ship("PBR_MKII") self.remove_ship("P4") - self.remove_vehicle("vwv_bdg_indohut1") - self.remove_vehicle("vwv_bdg_indohut2") + # self.remove_vehicle("vwv_bdg_indohut1") currently not included + # self.remove_vehicle("vwv_bdg_indohut2") currently not included self.remove_aircraft("vwv_a1_skyraider") self.remove_aircraft("vwv_crusader") self.remove_aircraft("vwv_crusader_np") diff --git a/resources/units/ships/USS Fletcher.yaml b/resources/units/ships/USS Fletcher.yaml new file mode 100644 index 00000000..7a660311 --- /dev/null +++ b/resources/units/ships/USS Fletcher.yaml @@ -0,0 +1,4 @@ +class: Destroyer +price: 0 +variants: + USS Fletcher FRAM II Destroyer: null \ No newline at end of file diff --git a/resources/units/ships/USS The Sullivans.yaml b/resources/units/ships/USS The Sullivans.yaml new file mode 100644 index 00000000..bbaf726a --- /dev/null +++ b/resources/units/ships/USS The Sullivans.yaml @@ -0,0 +1,4 @@ +class: Destroyer +price: 0 +variants: + USS The Sullivans (DD-537): null \ No newline at end of file