Skip to content

Commit

Permalink
missed a spot from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 15, 2024
1 parent 7a530f6 commit fa4f927
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions prototypes/technologies/laika.lua
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit fa4f927

Please sign in to comment.