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 and dyceron committed Jul 31, 2024
1 parent 90699af commit 6a9779c
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 6a9779c

Please sign in to comment.