Skip to content

Commit e832e52

Browse files
Add reset_technology_effects()
1 parent ea9924b commit e832e52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

control.lua

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
script.on_configuration_changed(function ()
2+
for _, force in pairs(game.forces) do
3+
force.reset_technology_effects()
4+
end
5+
end)

0 commit comments

Comments
 (0)