Skip to content

Commit 8bfec7a

Browse files
committed
Super Metroid: Change default difficulty settings
Changes the default logic preset from Regular to Newbie and the default max difficulty from Hardcore to Easy.
1 parent f28aff6 commit 8bfec7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worlds/sm/Options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Preset(Choice):
2323
option_solution = 9
2424
option_custom = 10
2525
option_varia_custom = 11
26-
default = 2
26+
default = 0
2727

2828
class StartLocation(Choice):
2929
"""Choose where you want to start the game."""
@@ -70,7 +70,7 @@ class MaxDifficulty(Choice):
7070
option_hardcore = 4
7171
option_mania = 5
7272
option_infinity = 6
73-
default = 4
73+
default = 0
7474

7575
class MorphPlacement(Choice):
7676
"""Influences where the Morphing Ball with be placed."""

0 commit comments

Comments
 (0)