Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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))
and can_grind(state, player))