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

@@ -106,4 +106,9 @@ data:extend{new_tree_copy}
adjust_energy("{{ recipe_name }}", {{ random.triangular(*recipe_time_scale) }})
{%- endif %}
{%- endfor -%}
{% endif %}
{% endif %}
{%- if silo==2 %}
-- disable silo research for pre-placed silo
technologies["rocket-silo"].hidden = true
{%- endif %}