Update baserom, set item loot levels for crystals, pendants, and bomb bag

This commit is contained in:
2026-01-04 07:17:24 -06:00
parent 507f4170c8
commit 5418dbfb88
4 changed files with 28 additions and 4 deletions

2
CLI.py
View File

@@ -106,7 +106,7 @@ def parse_cli(argv, no_defaults=False):
ret = parser.parse_args(argv)
if ret.keysanity:
ret.mapshuffle, ret.compassshuffle, ret.keyshuffle, ret.bigkeyshuffle = 'wild' * 4
ret.mapshuffle, ret.compassshuffle, ret.keyshuffle, ret.bigkeyshuffle = ['wild'] * 4
if ret.keydropshuffle:
ret.dropshuffle = 'keys' if ret.dropshuffle == 'none' else ret.dropshuffle