Factorio: add silo 'spawn' option

This commit is contained in:
black-sliver
2021-07-25 22:12:03 +02:00
committed by Fabian Dill
parent 08beb5fbe6
commit db0604f585
6 changed files with 177 additions and 10 deletions

View File

@@ -45,9 +45,10 @@ class TechCost(Choice):
class Silo(Choice):
"""Ingredients to craft rocket silo."""
"""Ingredients to craft rocket silo or auto-place if set to spawn."""
option_vanilla = 0
option_randomize_recipe = 1
option_spawn = 2
default = 0