SoE: update to v050 (#4497)

* Cuts some cutscenes
* Adds meta data for tracker to detect settings
This commit is contained in:
black-sliver
2025-01-17 18:53:29 +01:00
committed by GitHub
parent 0d6db291de
commit 9507300939
2 changed files with 38 additions and 38 deletions

View File

@@ -309,7 +309,7 @@ class SoEOptions(PerGameCommonOptions):
@property
def flags(self) -> str:
flags = ''
flags = 'AGBo' # configures auto-tracker to AP's fill
for field in fields(self):
option = getattr(self, field.name)
if isinstance(option, (EvermizerFlag, EvermizerFlags)):