LADX: fix local lvl 2 sword on the beach turning into a lvl 0 shield #5334
e3e49b16d6
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user