From 135f922730e5cb6f7fc9629c30c4e9fbadbf325c Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 17 Jun 2026 22:10:27 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mig.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/PHI-CL/data/b/mig.lua b/PHI-CL/data/b/mig.lua index c26bc66..6b74414 100644 --- a/PHI-CL/data/b/mig.lua +++ b/PHI-CL/data/b/mig.lua @@ -714,13 +714,5 @@ if items['tooltip'] and data.raw.item then table.insert(data.raw[v.type][k].custom_tooltip_fields, custom_tooltip) end - - if v.color and data.raw.item[k] then - if not data.raw.item[k].custom_tooltip_fields then - data.raw.item[k].custom_tooltip_fields = {} - end - - table.insert(data.raw.item[k].custom_tooltip_fields, custom_tooltip) - end end end