From 857e9f4dcd86be605c60dcea69dd7452a3ec3a1a Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 9 Jan 2021 18:04:14 +0100 Subject: [PATCH] add w shop_shuffle to CLI --- EntranceRandomizer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/EntranceRandomizer.py b/EntranceRandomizer.py index 4f22d9c6..7b3ac397 100755 --- a/EntranceRandomizer.py +++ b/EntranceRandomizer.py @@ -331,6 +331,7 @@ def parse_arguments(argv, no_defaults=False): i: shuffle the default inventories of the shops around p: randomize the prices of the items in shop inventories 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), type=lambda value: min(max(int(value), 1), 96),