Private
Public Access
1
0

Fixes and performance improvements

This commit is contained in:
Jan Grießhaber
2025-12-29 18:55:32 +01:00
parent 5accb091b0
commit dc3aea982e
8 changed files with 109 additions and 16 deletions

View File

@@ -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