mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
naming fixes
This commit is contained in:
@@ -138,6 +138,8 @@ def roll_settings(weights):
|
||||
|
||||
ret = argparse.Namespace()
|
||||
ret.name = get_choice('name')
|
||||
if ret.name:
|
||||
ret.name = ret.name.replace(" ", "-").replace("_", "-")
|
||||
glitches_required = get_choice('glitches_required')
|
||||
if glitches_required not in ['none', 'no_logic']:
|
||||
print("Only NMG and No Logic supported")
|
||||
|
Reference in New Issue
Block a user