Fixes and performance improvements
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
local researches = {}
|
||||
|
||||
|
||||
|
||||
---comment
|
||||
---@param event EventData.on_research_finished
|
||||
function onResearchFinished(event)
|
||||
for id, tech in pairs(game.forces["player"].technologies) do
|
||||
researches[id] = tech
|
||||
storage.researched[id] = tech
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user