少年修仙传客户端代码仓库
client_Hale
2019-06-22 10b8d100b0ed4f143fde19d9b68550a95fd9fe8d
382 增加矫正血量逻辑
1个文件已修改
4 ■■■■ 已修改文件
Fight/Actor/State/SMB/STM_BaseAttack.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Actor/State/SMB/STM_BaseAttack.cs
@@ -396,6 +396,10 @@
                {
                    PlayerDatas.Instance.FightRefreshPlayerHp((uint)_target.ActorInfo.SyncServerHp);
                }
                else
                {
                    _target.ActorInfo.ResetHp((int)_target.ActorInfo.SyncServerHp, (short)_target.ActorInfo.SyncServerHpEx);
                }
            }
            // 延迟死亡