mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
make potion_shop_shuffle more consistent in type use
This commit is contained in:
@@ -337,7 +337,7 @@ def parse_arguments(argv, no_defaults=False):
|
||||
help='''
|
||||
Maximum amount of shop slots able to be filled by items from the item pool.
|
||||
''')
|
||||
parser.add_argument('--potion_shop_shuffle', default=defval('none'), choices=['none', 'a'], help='''\
|
||||
parser.add_argument('--potion_shop_shuffle', default=defval(''), choices=['', 'a'], help='''\
|
||||
Determine if potion shop shuffle items should be affected by the rules of shop shuffle.
|
||||
Value `none` will only allow prices to be shuffled, `a` will allow any items to be shuffled.
|
||||
''')
|
||||
|
Reference in New Issue
Block a user