From a995627e98ec9d232ef64c56eefae82d85e07fc0 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 13 Apr 2021 12:38:39 +0200 Subject: [PATCH] Factorio: default to visible tech tree --- Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Options.py b/Options.py index f004d394..d3eacc0e 100644 --- a/Options.py +++ b/Options.py @@ -286,7 +286,7 @@ class TechTreeLayout(Choice): class Visibility(Choice): option_none = 0 option_sending = 1 - default = 0 + default = 1 factorio_options: typing.Dict[str, type(Option)] = {"max_science_pack": MaxSciencePack,