diff options
Diffstat (limited to 'prototypes/tech.lua')
-rw-r--r-- | prototypes/tech.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prototypes/tech.lua b/prototypes/tech.lua index bc77fe5..47ce701 100644 --- a/prototypes/tech.lua +++ b/prototypes/tech.lua @@ -1,4 +1,4 @@ -data.raw.technology["logistic-system"].icon = "__robot-start-2__/graphics/technology/logistic-system.png"
+data.raw.technology["logistic-system"].icon = "__von-newmann-2__/graphics/technology/logistic-system.png"
--[[data.raw.technology["logistic-robotics"].effects =
{
{
@@ -24,7 +24,7 @@ data:extend{ type = "technology",
name = "early-logistic",
icon_size = 256, icon_mipmaps = 4,
- icon = "__robot-start-2__/graphics/technology/logistic-system-early.png",
+ icon = "__von-newmann-2__/graphics/technology/logistic-system-early.png",
effects =
{
{
@@ -70,4 +70,4 @@ data:extend{ upgrade = false,
order = "e-l-a"
},
-}
\ No newline at end of file +}
|