Skip to content

Commit

Permalink
Update cosmetic_patches.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron authored Jul 26, 2024
1 parent b0a8ff7 commit bf06b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def music_shuffle(editor: PatcherEditor, configuration: dict) -> None:
editor.replace_asset(original_track, new_track)


def volume_patches(editor: PatcherEditor, configuratiin: dict) -> None:
def volume_patches(editor: PatcherEditor, configuration: dict) -> None:
sounds = editor.get_file("system/snd/scenariomusicdefs.bmdefs")
properties = sounds.raw["sounds"]
for sound in sounds:
Expand Down

0 comments on commit bf06b67

Please sign in to comment.