Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Jun 23, 2024
1 parent 2a2193f commit 2c32cce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def specific_patches(editor: PatcherEditor, area_patches: dict, legacy_compatibility: bool):
if legacy_compatibility:
required_fixes.torvus_bog(editor)
required_fixes.torvus_temple(editor)
required_fixes.command_center_door(editor)

Check warning on line 9 in src/open_prime_rando/echoes/specific_area_patches/__init__.py

View check run for this annotation

Codecov / codecov/patch

src/open_prime_rando/echoes/specific_area_patches/__init__.py#L8-L9

Added lines #L8 - L9 were not covered by tests
else:
required_fixes.apply_all(editor)
Expand Down

0 comments on commit 2c32cce

Please sign in to comment.