Skip to content

Commit

Permalink
Update worlds/marioland2/logic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
Alchav and Exempt-Medic authored Sep 10, 2024
1 parent 010c96a commit da3a7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/marioland2/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def macro_zone_2_coins(state, player, coins):

def macro_zone_3_normal_exit(state, player):
return ((has_pipe_down(state, player) and has_pipe_up(state, player))
or state.has("Macro Zone 3 Midway Bell", player),)
or state.has("Macro Zone 3 Midway Bell", player))


def macro_zone_3_midway_bell(state, player):
Expand Down

0 comments on commit da3a7c5

Please sign in to comment.