KH2: Docs updates and Excluded Locations Bugfix (#3150)

This commit is contained in:
JaredWeakStrike
2024-04-18 12:55:27 -04:00
committed by GitHub
parent 3c70621f1b
commit 2704015eef
4 changed files with 13 additions and 9 deletions

View File

@@ -413,6 +413,8 @@ def patch_kh2(self, output_directory):
]
mod_dir = os.path.join(output_directory, mod_name + "_" + Utils.__version__)
self.mod_yml["title"] = f"Randomizer Seed {mod_name}"
openkhmod = {
"TrsrList.yml": yaml.dump(self.formattedTrsr, line_break="\n"),
"LvupList.yml": yaml.dump(self.formattedLvup, line_break="\n"),