add w shop_shuffle to CLI

This commit is contained in:
Fabian Dill 2021-01-09 18:04:14 +01:00
parent 9fcb317aca
commit 857e9f4dcd
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ def parse_arguments(argv, no_defaults=False):
i: shuffle the default inventories of the shops around i: shuffle the default inventories of the shops around
p: randomize the prices of the items in shop inventories p: randomize the prices of the items in shop inventories
u: shuffle capacity upgrades into the item pool u: shuffle capacity upgrades into the item pool
w: consider witch's hut like any other shop and shuffle/randomize it too
''') ''')
parser.add_argument('--shop_shuffle_slots', default=defval(0), parser.add_argument('--shop_shuffle_slots', default=defval(0),
type=lambda value: min(max(int(value), 1), 96), type=lambda value: min(max(int(value), 1), 96),