From 5b156fc1c448bbfb6606591ece65b171135b0c93 Mon Sep 17 00:00:00 2001 From: Astro-739 <145295326+Astro-739@users.noreply.github.com> Date: Sun, 15 Dec 2024 20:30:37 +0100 Subject: [PATCH] no huts --- game/factions/faction.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/game/factions/faction.py b/game/factions/faction.py index 6d13d21f..23b40cf3 100644 --- a/game/factions/faction.py +++ b/game/factions/faction.py @@ -629,8 +629,6 @@ class Faction: self.remove_ship("USS Fletcher") self.remove_ship("PBR_MKII") self.remove_ship("P4") - # 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")