Skip to content

Commit

Permalink
Medigoron, carpet salesman, and skip first minigame now work and are …
Browse files Browse the repository at this point in the history
…removed from broken settings
  • Loading branch information
matthewkirby committed Apr 25, 2020
1 parent 2d4c89f commit 4c526c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PlandoRandomSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from LocationList import location_table
from StartingItems import inventory, songs, equipment

__version__ = "5-2-12R.1.0"
__version__ = "5-2-12R.2.0"

# Parameters for generation
ALLOW_LOGIC = False # True for random logic, false otherwise
Expand Down Expand Up @@ -243,8 +243,7 @@ def main():

# Set the broken settings to override standard preset
if not ALLOW_RECENT_BROKEN:
random_settings['shuffle_medigoron_carpet_salesman'] = False
random_settings['no_first_minigame_phases'] = False
pass

# Set season 3 standard settings that we do not randomize
random_settings['randomize_settings'] = False
Expand Down

0 comments on commit 4c526c2

Please sign in to comment.