Factorio: fix typo

This commit is contained in:
Fabian Dill 2022-08-15 20:16:52 +02:00 committed by Fabian Dill
parent d48d775a59
commit f73b3d71bf
1 changed files with 2 additions and 2 deletions

View File

@ -211,8 +211,8 @@ copy_factorio_icon(new_tree_copy, "{{ progressive_technology_table[item_name][0]
{%- endif -%}
{#- connect Technology #}
{%- if original_tech_name in tech_tree_layout_prerequisites %}
{%- for prerequesite in tech_tree_layout_prerequisites[original_tech_name] %}
table.insert(new_tree_copy.prerequisites, "ap-{{ tech_table[prerequesite] }}-")
{%- for prerequisite in tech_tree_layout_prerequisites[original_tech_name] %}
table.insert(new_tree_copy.prerequisites, "ap-{{ tech_table[prerequisite] }}-")
{% endfor %}
{% endif -%}
{#- add new Technology to game #}