Skip to content

Commit

Permalink
Increase weight for door_shuffle in friendly and notslow presets
Browse files Browse the repository at this point in the history
  • Loading branch information
StructuralMike committed Jan 2, 2024
1 parent 4df4337 commit 29a205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMMM.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def main():
input_weights['mystery']['off']['weight'] = 1

if args.preset in ['friendly', 'notslow']:
input_weights['door_shuffle']['vanilla']['weight'] = 1000
input_weights['door_shuffle']['vanilla']['weight'] = 10000

mystery_settings = make_mystery(input_weights, default_settings, args)
if not mystery_settings:
Expand Down

0 comments on commit 29a205f

Please sign in to comment.