From 1d234c9de47fd50dec860554f6a86ebd01eb39c1 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 10 Jul 2025 19:14:44 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index d2f231b..217e0ec 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -325,7 +325,7 @@ if (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].valu type = 'virtual-signal', name = 'signal-' .. v.name, icon = (v.icon and v.icon) or (v.icons and v.icons[1].icon), - icon_size = (v.icons and v.icons[1].icon_size and v.icons[1].icon_size) or 64, + icon_size = ((v.icons and v.icons[1].icon_size and v.icons[1].icon_size) or (v.icon_size and v.icon_size)) or 64, subgroup = 'pictographs', order = 'z[tech]-[' .. v.name .. ']', localised_name = {'technology-name.' .. v.name:gsub('-%d+$', '')}