From da3a7c5b049203029b8a9c85775efc2227546127 Mon Sep 17 00:00:00 2001 From: Alchav <59858495+Alchav@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:22:40 -0400 Subject: [PATCH] Update worlds/marioland2/logic.py Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> --- worlds/marioland2/logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/marioland2/logic.py b/worlds/marioland2/logic.py index d161cf54d0f5..a931b192ecd8 100644 --- a/worlds/marioland2/logic.py +++ b/worlds/marioland2/logic.py @@ -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):