From 1840dad25ae9b4460a62784637736c5c81b455ec Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 2 Jun 2026 20:02:24 +0900 Subject: [PATCH] . --- PHI-CL/data/u/mi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data/u/mi.lua b/PHI-CL/data/u/mi.lua index 02eca94..6698c65 100644 --- a/PHI-CL/data/u/mi.lua +++ b/PHI-CL/data/u/mi.lua @@ -49,7 +49,7 @@ if data.raw['constant-combinator'] and data.raw['constant-combinator']['constant table.insert(s, { type = 'virtual-signal', name = 'signal-' .. v.name, - icons = (v.icons and v.icons[1]) or nil, + icons = (v.icons and {v.icons[1]}) or nil, icon = (v.icon and v.icon) or nil, icon_size = (v.icon_size and v.icon_size) or nil, subgroup = 'pictographs',