From 61aad7ce2a6de7e878db7cdae85f6af8e30b192b Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 30 Oct 2015 23:01:59 +0000 Subject: [PATCH] Change the default auto timetable separation rate to 40%. This is to improve jam-resistance by default. --- src/table/company_settings.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/table/company_settings.ini b/src/table/company_settings.ini index 41adc867a7..524252432d 100644 --- a/src/table/company_settings.ini +++ b/src/table/company_settings.ini @@ -149,7 +149,7 @@ base = CompanySettings var = auto_timetable_separation_rate type = SLE_UINT8 guiflags = SGF_PER_COMPANY -def = 100 +def = 40 min = 0 max = 100 interval = 10