LADX: fix local lvl 2 sword on the beach turning into a lvl 0 shield #5334

e3e49b16d6
This commit is contained in:
threeandthreee
2025-09-30 12:31:49 -04:00
committed by GitHub
parent a30b43821f
commit 516ebc53ce

View File

@@ -11,7 +11,6 @@ class BeachSword(DroppedKey):
super().__init__(0x0F2)
def patch(self, rom: ROM, option: str, *, multiworld: Optional[int] = None) -> None:
if option != SWORD or multiworld is not None:
# Set the heart piece data
super().patch(rom, option, multiworld=multiworld)