diff --git a/Logic.py b/Logic.py index 22a4531..e9f1010 100644 --- a/Logic.py +++ b/Logic.py @@ -656,7 +656,7 @@ def smolg_warehouse_pb_rule(state: CollectionState, player: int) -> bool: return True return (can_dynamo(state, player) - or can_improved_jump(state, player)) + and can_improved_jump(state, player)) def damosel_hypnotist_rule(state: CollectionState, player: int) -> bool: @@ -774,4 +774,4 @@ def yeedil_tractor_pillar_pb_rule(state: CollectionState, player: int) -> bool: and can_improved_jump(state, player) and can_electrolyze(state, player) and can_tractor(state, player) - and can_grind(state, player)) \ No newline at end of file + and can_grind(state, player))