impromptu cli bugfix
This commit is contained in:
parent
02aaeec7fe
commit
e45d3db275
1 changed files with 7 additions and 6 deletions
1
MFOR.py
1
MFOR.py
|
@ -146,6 +146,7 @@ def main():
|
|||
settings.update({"-PALSUITS-": True})
|
||||
if "p" in args.palettes:
|
||||
settings.update({"-PALSPRITES-": True})
|
||||
|
||||
settings = {key: settings[key] for key in sorted(settings.keys())}
|
||||
start_randomizer(args.file, settings)
|
||||
if len(logic) > 0:
|
||||
|
|
Loading…
Reference in a new issue