From b11937d40e53a2606ff7f563c73d9300c8140527 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 14 一月 2026 18:18:34 +0800
Subject: [PATCH] 0312 合成增加配置物品id哪些不提醒红点

---
 Main/System/KnapSack/Logic/ComposeGirdCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/KnapSack/Logic/ComposeGirdCell.cs b/Main/System/KnapSack/Logic/ComposeGirdCell.cs
index 724fea2..3d62ca7 100644
--- a/Main/System/KnapSack/Logic/ComposeGirdCell.cs
+++ b/Main/System/KnapSack/Logic/ComposeGirdCell.cs
@@ -33,7 +33,7 @@
         {
             fullImage.SetActive(true);
             fillImage.SetActive(false);
-            redImg.SetActive(true);
+            redImg.SetActive(!PackManager.Instance.noRedpointComposeItemIDs.Contains(materialID));
         }
         else
         {

--
Gitblit v1.8.0