Skip to content

Commit

Permalink
fix midnight meeting logic
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCube-hax committed Sep 10, 2024
1 parent 2e819c8 commit 3d131a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/mm_recomp/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def get_location_rules(player):
"Top of Clock Tower (Song of Time)":
lambda state: has_projectiles(state, player),
"Stock Pot Inn Midnight Meeting":
lambda state: state.has("Kafei's Mask", player),
lambda state: state.has("Kafei's Mask", player) and state.has("Deku Mask", player) and state.has("Room Key", player),
"Stock Pot Inn Knife Chamber Chest":
lambda state: state.has("Room Key", player),
"Stock Pot Inn ??? Hand":
Expand Down

0 comments on commit 3d131a6

Please sign in to comment.