Update Bosses.py

This commit is contained in:
StructuralMike
2021-03-09 11:28:11 +01:00
parent b68eff5b77
commit 766a72bf8b

View File

@@ -39,7 +39,7 @@ def MoldormDefeatRule(state, player):
return state.has_blunt_weapon(player)
def HelmasaurKingDefeatRule(state, player):
return (state.has('Hammer', player) or state.can_use_bombs(player)) and (state.has_sword(player) or state.can_shoot_arrows(player)))
return (state.has('Hammer', player) or state.can_use_bombs(player)) and (state.has_sword(player) or state.can_shoot_arrows(player))
def ArrghusDefeatRule(state, player):
if not state.has('Hookshot', player):