From 7d2c85cda67fd71db4bb85d1be96960cb5a98753 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Fri, 2 Dec 2022 02:34:56 +0900 Subject: [PATCH] Update main.lua --- PHI-EQ/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHI-EQ/main.lua b/PHI-EQ/main.lua index 1407fe7..afa98c9 100644 --- a/PHI-EQ/main.lua +++ b/PHI-EQ/main.lua @@ -176,7 +176,7 @@ local function ET(tier) type = "technology", name = "compound-equipment-energy-" .. (tier - 1), icon_size = 256, - icon = graphics_location .. "solar-energy" .. "-t.png", + icon = graphics_location .. "solar-panel-equipment-t.png", effects = { { type = "unlock-recipe", @@ -196,7 +196,7 @@ local function ET(tier) }, time = 10 * (tier - 1) }, - order = "a-h-" .. alpha_order[tier + 1] + order = "g-e-" .. alpha_order[tier + 1] }}) end