From b0b73f2c1c15caa06bcb374ec345a3cdc45f9915 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 22 八月 2025 14:53:59 +0800
Subject: [PATCH] 155 子 【武将】招募系统 - 优化显示

---
 Main/System/Tip/ScrollTip.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Main/System/Tip/ScrollTip.cs b/Main/System/Tip/ScrollTip.cs
index eb6c961..9ce0213 100644
--- a/Main/System/Tip/ScrollTip.cs
+++ b/Main/System/Tip/ScrollTip.cs
@@ -61,10 +61,12 @@
 
     static bool CanOpen()
     {
-        if (UIManager.Instance.IsOpened<HeroCallResultWin>())
-        { 
+        // if (UIManager.Instance.IsOpened<HeroCallResultWin>())
+        // { 
+        //     return false;
+        // }
+        if (HappyXBModel.Instance.isXBCoolTime)
             return false;
-        }
         return true;
     }
 

--
Gitblit v1.8.0