fix: 修复Boss技能判定逻辑错误
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-06 18:28:44 +08:00
committed by cnb
parent 26d06c50af
commit 1645413f8d
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ func (e *NewSel184) DamageLockEx(t *info.DamageZone) bool {
if t.Type == info.DamageType.Red {
t.Damage = alpacadecimal.Zero
}
return true
}
return true

View File

@@ -17,7 +17,7 @@ func (e *NewSel284) SkillHit_ex() bool {
if e.Ctx().SkillEntity.Priority <= 0 {
return true
}
e.Ctx().SkillEntity.SetNoSide()
e.Ctx().SkillEntity.SetMiss()
return true
}