WebHost: use settings defaults for /api/generate and options -> Single Player Generate (#3411)

This commit is contained in:
Fabian Dill
2024-05-29 16:53:18 +02:00
committed by GitHub
parent 527559395c
commit e31a7093de
3 changed files with 15 additions and 27 deletions

View File

@@ -643,17 +643,6 @@ class GeneratorOptions(Group):
PLAYTHROUGH = 2
FULL = 3
class GlitchTriforceRoom(IntEnum):
"""
Glitch to Triforce room from Ganon
When disabled, you have to have a weapon that can hurt ganon (master sword or swordless/easy item functionality
+ hammer) and have completed the goal required for killing ganon to be able to access the triforce room.
1 -> Enabled.
0 -> Disabled (except in no-logic)
"""
OFF = 0
ON = 1
class PlandoOptions(str):
"""
List of options that can be plando'd. Can be combined, for example "bosses, items"