mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 17:23:23 -07:00
Factorio: set useless technologies to be researched from the start (#1205)
This commit is contained in:
@@ -112,6 +112,9 @@ function on_force_created(event)
|
||||
{%- if silo == 2 %}
|
||||
check_spawn_silo(force)
|
||||
{%- endif %}
|
||||
{%- for tech_name in useless_technologies %}
|
||||
force.technologies.{{ tech_name }}.researched = true
|
||||
{%- endfor %}
|
||||
end
|
||||
script.on_event(defines.events.on_force_created, on_force_created)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user