Skip to content

Commit

Permalink
Merge pull request #446 from randovania/stupid-vignette-fix
Browse files Browse the repository at this point in the history
Fix vignettes not being removed (again)
  • Loading branch information
ThanatosGit authored Jul 31, 2024
2 parents c16725c + adbcec4 commit bd39a53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def disable_vignettes(editor: PatcherEditor) -> None:
blocks = bmsbk.raw["block_groups"][block_group]["types"][0]["blocks"]
for block in blocks:
# Separate the vignette from the block
block["name2"] = ""
block["vignette_name"] = ""

bmssd = editor.get_file(f"maps/levels/c10_samus/{scenario_name}/{scenario_name}.bmssd", Bmssd)
sg_group = bmssd.raw["scene_groups"]
Expand Down

0 comments on commit bd39a53

Please sign in to comment.