What happened?
While developing my own options creator, i've noticed that the option_instant of A Link To The Past's "Menu Speed" setting has a sneaky comma behind it, causing it to be parsed as a list rather than an int. See here:
I don't know if this affects the official archipelago tools, given how lenient python often is, but i still believe this should be fixed.
What were the expected results?
I expected all possible values of Choice option types to always be of type int, which also seems to be the case everywhere else.
Software
Local generation
What happened?
While developing my own options creator, i've noticed that the
option_instantof A Link To The Past's "Menu Speed" setting has a sneaky comma behind it, causing it to be parsed as a list rather than an int. See here:Archipelago/worlds/alttp/Options.py
Line 671 in 787ddc4
I don't know if this affects the official archipelago tools, given how lenient python often is, but i still believe this should be fixed.
What were the expected results?
I expected all possible values of
Choiceoption types to always be of typeint, which also seems to be the case everywhere else.Software
Local generation