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; }