Skip to content

Commit

Permalink
Give the 6 Fairy Fountains different colors
Browse files Browse the repository at this point in the history
This helps to differentiate them when their entrances are randomized.
  • Loading branch information
LagoLunatic committed Dec 13, 2023
1 parent a422452 commit d57123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def apply_necessary_tweaks(self):
tweaks.fix_helmaroc_king_table_softlock(self)
tweaks.make_dungeon_joy_pendant_locations_flexible(self)
tweaks.prevent_fairy_island_softlocks(self)
# tweaks.give_fairy_fountains_distinct_colors(self)
tweaks.give_fairy_fountains_distinct_colors(self)

customizer.replace_link_model(self)
tweaks.change_starting_clothes(self)
Expand Down

0 comments on commit d57123e

Please sign in to comment.