Factorio: remove option to turn off random_tech_ingredients

This commit is contained in:
Fabian Dill
2021-06-16 23:41:38 +02:00
parent 3ee88fd8fe
commit a5bf3a8407
2 changed files with 1 additions and 2 deletions

View File

@@ -433,7 +433,6 @@ factorio_options: typing.Dict[str, type(Option)] = {"max_science_pack": MaxScien
"tech_cost": TechCost,
"free_samples": FreeSamples,
"visibility": Visibility,
"random_tech_ingredients": Toggle,
"starting_items": FactorioStartItems,
"recipe_time": RecipeTime}