Factorio: syntax~

This commit is contained in:
Fabian Dill 2021-08-07 02:57:47 +02:00
parent 0241d6f443
commit 4598dd1a0f
1 changed files with 2 additions and 2 deletions

View File

@ -376,12 +376,12 @@ commands.add_command("ap-get-technology", "Grant a technology, used by the Archi
if index == -1 then -- for coop sync and restoring from an older savegame
tech = force.technologies[item_name]
if tech.researched ~= true then
game.print({"", "Received [technology=" .. tech.name .. "] as it is already checked.")
game.print({"", "Received [technology=" .. tech.name .. "] as it is already checked."})
game.play_sound({path="utility/research_completed"})
tech.researched = true
return
end
elif progressive_technologies[item_name] ~= nil then
elseif progressive_technologies[item_name] ~= nil then
if global.index_sync[index] == nil then -- not yet received prog item
global.index_sync[index] = item_name
local tech_stack = progressive_technologies[item_name]