Update Factorio mod to give free samples

(for now always, probably an option later)
This commit is contained in:
Fabian Dill
2021-04-06 02:20:13 +02:00
parent 635897574f
commit bc1d0ed583
3 changed files with 44 additions and 12 deletions

View File

@@ -4,5 +4,5 @@ ap-{{ tech_table[original_tech_name] }}-={{ player_names[receiving_player] }}'s
{% endfor %}
[technology-description]
{% for original_tech_name, item_name, receiving_player in locations %}
"ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends {{ item_name }} to {{ player_names[receiving_player] }}.
ap-{{ tech_table[original_tech_name] }}-=Researching this technology sends {{ item_name }} to {{ player_names[receiving_player] }}.
{% endfor %}