diff --git a/src/open_samus_returns_rando/specific_patches/tunable_patches.py b/src/open_samus_returns_rando/specific_patches/tunable_patches.py index f65069ec..bb32702d 100644 --- a/src/open_samus_returns_rando/specific_patches/tunable_patches.py +++ b/src/open_samus_returns_rando/specific_patches/tunable_patches.py @@ -5,8 +5,7 @@ def patch_tunables(editor: PatcherEditor, configuration: dict): tunables = editor.get_file("system/tunables/tunables.bmtun", Bmtun) _patch_scan_pulse(tunables) - if "reserves_per_tank" in configuration: - _reserves_per_tank(tunables, configuration) + _reserves_per_tank(tunables, configuration) def _patch_scan_pulse(tunables: Bmtun):