diff --git a/Logic.py b/Logic.py index 9cb44c0..0f37858 100644 --- a/Logic.py +++ b/Logic.py @@ -729,13 +729,12 @@ def yeedil_defeat_mutated_protopet_rule(state: CollectionState, player: int) -> and can_swingshot(state, player) and can_infiltrate(state, player) and can_dynamo(state, player) - and can_improved_jump(state, player)) + and can_improved_jump(state, player) return (can_hypnotize(state, player) and can_swingshot(state, player) and can_infiltrate(state, player) and can_dynamo(state, player) - and can_improved_jump(state, player) and can_electrolyze(state, player)) @@ -772,7 +771,6 @@ def yeedil_tractor_pillar_pb_rule(state: CollectionState, player: int) -> bool: and can_swingshot(state, player) and can_infiltrate(state, player) and can_dynamo(state, player) - and can_improved_jump(state, player) and can_electrolyze(state, player) and can_tractor(state, player) and can_grind(state, player))