refactor: 重命名DamageLock为DamageLockEx以更准确表达功能
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-27 10:48:49 +08:00
committed by cnb
parent 94ac183131
commit bc2f222036

View File

@@ -13,7 +13,7 @@ type NewSel113 struct {
count int
}
func (e *NewSel113) DamageLock(t *info.DamageZone) bool {
func (e *NewSel113) DamageLockEx(t *info.DamageZone) bool {
//魂印特性有不在场的情况,绑定时候将精灵和特性绑定
if e.ID().GetCatchTime() != e.Ctx().Our.CurrentPet.Info.CatchTime {
return true