技能实现

This commit is contained in:
1
2025-10-05 07:13:43 +00:00
parent 4e2073e185
commit b93a4dd1a2
6 changed files with 12 additions and 31 deletions

View File

@@ -113,7 +113,7 @@ func (u *Input) Damage(ctx Ctx) {
}
ctx.Input.DamageZone.BeforeLocked = ctx.DamageZone.Damage
if ok {
ok = u.Exec(func(t Effect) bool {
u.Exec(func(t Effect) bool {
t.Damage_Locked(ctx)