From 799d984df1927af5059444dee90eb9da55b5ffa1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Tue, 24 Jun 2025 12:05:17 +0800 Subject: [PATCH] 1 --- .../Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs index 88784302..042f1f84 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs @@ -220,6 +220,7 @@ namespace GameLogic if (m_AddPush <= 0) { m_AddPush = 0; + Log.Debug("?"); } @@ -302,7 +303,7 @@ namespace GameLogic await UniTask.Delay(6000); // 直接扣 - m_AllAddPush += (int)buff.addPower; + m_AllPush += (int)buff.addPower; return; } @@ -535,7 +536,7 @@ namespace GameLogic }); // 直接扣 - m_AllAddPush += (int)buff.addPower; + m_AllPush += (int)buff.addPower; return; }