mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Change max triforce_pieces_required from 30 to 112.
This commit is contained in:
@@ -82,7 +82,7 @@ def parse_arguments(argv, no_defaults=False):
|
||||
20 of them to beat the game.
|
||||
''')
|
||||
parser.add_argument('--triforce_pieces_required', default=defval(20),
|
||||
type=lambda value: min(max(int(value), 1), 30),
|
||||
type=lambda value: min(max(int(value), 1), 112),
|
||||
help='''Set Triforce Pieces required to win a Triforce Hunt''')
|
||||
parser.add_argument('--difficulty', default=defval('normal'), const='normal', nargs='?',
|
||||
choices=['normal', 'hard', 'expert'],
|
||||
|
Reference in New Issue
Block a user