Fix stupid mistake w.r.t. SC deck-crew sync -_-

This commit is contained in:
Raffson 2024-12-22 03:19:13 +01:00
parent 5470cb416c
commit a4671571bc
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -71,7 +71,7 @@ class MissionGenerator:
options["miscellaneous"]["f5_nearest_ac"] = ext_view
options["difficulty"]["spectatorExternalViews"] = ext_view
sc_deck_crew = game.settings.supercarrier_deck_crew
options["Supercarrier"]["deck_crew"] = sc_deck_crew
options["plugins"]["Supercarrier"]["deck_crew"] = sc_deck_crew
self.mission.options.load_from_dict(options)
def generate_miz(self, output: Path) -> UnitMap: