mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +08:00
fix: 忽略 CastSuperSkill 的回合记录
This commit is contained in:
parent
62d3c38f32
commit
982db0e7b2
@ -116,7 +116,7 @@ namespace Milimoe.FunGame.Core.Entity
|
|||||||
{
|
{
|
||||||
hasDamage = "完美闪避";
|
hasDamage = "完美闪避";
|
||||||
}
|
}
|
||||||
if ((ActionType == CharacterActionType.PreCastSkill || ActionType == CharacterActionType.PreCastSkill || ActionType == CharacterActionType.CastSkill) && hasDamage == "" && target != Actor)
|
if ((ActionType == CharacterActionType.PreCastSkill || ActionType == CharacterActionType.CastSkill || ActionType == CharacterActionType.CastSuperSkill) && hasDamage == "" && target != Actor)
|
||||||
{
|
{
|
||||||
hasDamage = "免疫";
|
hasDamage = "免疫";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user