Skip to content

Commit

Permalink
fix clock town great fairy shuffle option
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCube-hax committed Aug 24, 2024
1 parent de6af1b commit b87d7b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worlds/mm-recomp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ def create_regions(self) -> None:
continue
mw.get_location(code_to_location_table[0x34769420062700 | i], player).place_locked_item(self.create_item("Swamp Skulltula Token"))

if not self.options.shuffle_great_fairy_reward.value:
if not self.options.shuffle_great_fairy_rewards.value:
mw.get_location("North Clock Town Great Fairy Reward", player).place_locked_item(self.create_item("Progressive Magic Upgrade"))
mw.get_location("North Clock Town Great Fairy Reward (Has Transformation Mask)", player).place_locked_item(self.create_item("Great Fairy Mask"))
mw.get_location("Woodfall Great Fairy Reward", player).place_locked_item(self.create_item("Great Spin Attack"))

if self.options.fairysanity.value == 0:
Expand Down

0 comments on commit b87d7b2

Please sign in to comment.