From fa4f927a87ecbaecf9c661ba768607d38ce2db1e Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sun, 14 Jan 2024 21:52:44 -0600 Subject: [PATCH] missed a spot from previous commit --- prototypes/technologies/laika.lua | 43 ++++++++++++++++--------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/prototypes/technologies/laika.lua b/prototypes/technologies/laika.lua index 232721d12..cda001450 100644 --- a/prototypes/technologies/laika.lua +++ b/prototypes/technologies/laika.lua @@ -1,23 +1,24 @@ TECHNOLOGY { - type = "technology", - name = "laika", - icon = "__pyalienlifegraphics3__/graphics/technology/laika.png", - icon_size = 128, - order = "c-a", - prerequisites = {"rocket-silo","biotech-mk04","bio-implants"}, - effects = {}, - unit = { - count = 350, - ingredients = { - {"automation-science-pack", 3}, - {"py-science-pack-1", 1}, - {"logistic-science-pack", 1}, - {"military-science-pack", 1}, - {"py-science-pack-2", 1}, - {"chemical-science-pack", 1}, - {"py-science-pack-3", 1}, - {"production-science-pack", 1}, - }, - time = 50 - } + type = 'technology', + name = 'laika', + icon = '__pyalienlifegraphics3__/graphics/technology/laika.png', + icon_size = 128, + order = 'c-a', + prerequisites = {'rocket-silo','biotech-mk04','bio-implants'}, + effects = {}, + unit = { + count = 350, + ingredients = { + {'automation-science-pack', 3}, + {'py-science-pack-1', 1}, + {'logistic-science-pack', 1}, + {'military-science-pack', 1}, + {'py-science-pack-2', 1}, + {'chemical-science-pack', 1}, + {'py-science-pack-3', 1}, + {'production-science-pack', 1}, + {'py-science-pack-4', 1}, + }, + time = 50 + } }