Update Bosses.py
This commit is contained in:
@@ -39,7 +39,7 @@ def MoldormDefeatRule(state, player):
|
|||||||
return state.has_blunt_weapon(player)
|
return state.has_blunt_weapon(player)
|
||||||
|
|
||||||
def HelmasaurKingDefeatRule(state, 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):
|
def ArrghusDefeatRule(state, player):
|
||||||
if not state.has('Hookshot', player):
|
if not state.has('Hookshot', player):
|
||||||
|
|||||||
Reference in New Issue
Block a user