Skip to content

Commit

Permalink
Macro Zone 2 return false
Browse files Browse the repository at this point in the history
  • Loading branch information
alchav committed Sep 9, 2024
1 parent c27f5be commit c1504c7
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 @@ -550,7 +550,7 @@ def macro_zone_2_coins(state, player, coins):
if state.has("Macro Zone 2 Midway Bell", player):
# Cannot return to the first section from the bell
return coins <= 42

return False

def macro_zone_3_normal_exit(state, player):
return ((has_pipe_down(state, player) and has_pipe_up(state, player))
Expand Down

0 comments on commit c1504c7

Please sign in to comment.