Fix a couple bugs on generation

This commit is contained in:
aerinon
2022-05-12 14:21:05 -06:00
committed by randall.rupper
parent e40c4290c9
commit ac651253fe
2 changed files with 5 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ def main(args=None):
test("Vanilla ", "--shuffle vanilla")
test("Retro ", "--retro --shuffle vanilla")
test("Keysanity ", "--shuffle vanilla --keydropshuffle drops_only --keysanity")
test("Keysanity ", "--shuffle vanilla --keydropshuffle --keysanity")
test("Shopsanity", "--shuffle vanilla --shopsanity")
test("Simple ", "--shuffle simple")
test("Full ", "--shuffle full")