AutoWorld: add forced_auto_forfeit and set it for StS

This commit is contained in:
Fabian Dill
2021-08-31 16:04:37 +02:00
parent 321569c542
commit 01f1545b3e
3 changed files with 8 additions and 0 deletions

View File

@@ -91,6 +91,10 @@ class World(metaclass=AutoWorldRegister):
# the client finds its own items in its own world.
remote_items: bool = True
# For games where after a victory it is impossible to go back in and get additional/remaining Locations checked.
# this forces forfeit: auto for those games.
forced_auto_forfeit: bool = False
# Hide World Type from various views. Does not remove functionality.
hidden = False