Fix development and debug configurations for tests (#35625)

* Move settings from debug.toml to development.toml

* Don't force disable dev config for integration tests

* Force on instead?

* Remove change to PoolManager
This commit is contained in:
Tayrtahn 2025-03-16 14:17:45 -04:00 committed by deltanedas
parent 5b4a18ba3f
commit 86cf4555bd
2 changed files with 7 additions and 11 deletions

View File

@ -1,15 +1,8 @@
[events]
# Annoying
enabled = false
[game]
[game] # DeltaV
# Easier testing
request_aco_delay_minutes = 1
auto_unlock_aa_delay_minutes = 1
auto_unlock_aa_enabled = true
secret_weight_prototype = "SecretDeltaV" # DeltaV
role_timer_override = "DeltaV" # DeltaV
showgreentext = false # DeltaV
[shuttle]
auto_call_time = 0
secret_weight_prototype = "SecretDeltaV"
role_timer_override = "DeltaV"
showgreentext = false

View File

@ -9,6 +9,9 @@ secret_weight_prototype = "SecretDeltaV" # DeltaV
role_timer_override = "DeltaV" # DeltaV
showgreentext = false # DeltaV
[events]
enabled = false
[ghost]
role_time = 0.5
quick_lottery = true