added train timeout

This commit is contained in:
Monica Moniot
2022-11-24 17:38:32 -05:00
parent 35a0994ae3
commit fe202642e7
10 changed files with 84 additions and 11 deletions

View File

@@ -36,4 +36,13 @@ data:extend({
minimum_value = 0,
maximum_value = 2147483647,
},
{
type = "int-setting",
name = "cybersyn-stuck-train-time",
order = "ad",
setting_type = "runtime-global",
default_value = 600,
minimum_value = 0,
maximum_value = 2147483647,
},
})