10 percent not 15
This commit is contained in:
parent
ebaf33d38f
commit
cce34f51f7
@ -33,7 +33,7 @@ class SolverRun(BaseModel):
|
|||||||
drift_style: Literal['constant', 'variable'] = 'constant'
|
drift_style: Literal['constant', 'variable'] = 'constant'
|
||||||
allow_enemies: bool = False
|
allow_enemies: bool = False
|
||||||
max_attempts: int
|
max_attempts: int
|
||||||
max_drift: int = 15
|
max_drift: int = 10
|
||||||
advanced_options: Optional[AdvancedOptions]
|
advanced_options: Optional[AdvancedOptions]
|
||||||
engine: str
|
engine: str
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user