From d0ac1417ef1c3e62ce3a633d774c3f5258807108 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 14 十一月 2025 18:38:12 +0800
Subject: [PATCH] 125 战斗 特性怒气飘字跟随

---
 Main/System/Battle/BattleObject/BattleObject.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Main/System/Battle/BattleObject/BattleObject.cs b/Main/System/Battle/BattleObject/BattleObject.cs
index 55816f6..4a54557 100644
--- a/Main/System/Battle/BattleObject/BattleObject.cs
+++ b/Main/System/Battle/BattleObject/BattleObject.cs
@@ -404,6 +404,7 @@
 
     public virtual void OnDeath(Action _onDeathAnimationComplete)
     {
+        buffMgr.RemoveAllBuff();
         motionBase.PlayAnimation(MotionName.dead, false, () =>
         {
             teamHero.isDead = true;
@@ -417,6 +418,7 @@
         //  鎴栬鐪嬬湅婧惰В鐗规晥锛� YYL TODO
         heroGo.SetActive(false);
 
+        //  闃叉缁欐浜″璞″張涓奲uff
         buffMgr.RemoveAllBuff();
     }
 
@@ -559,7 +561,7 @@
                 {
                     message = message,
                     useArtText = true,
-                    followCharacter = false,
+                    followCharacter = true,
                     scaleRatio = 1f,
                     isRage = true
                 });

--
Gitblit v1.8.0