feat: 新增多个技能效果实现
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-07 13:54:42 +08:00
committed by cnb
parent fe8e2786c2
commit 02629b6f6c
10 changed files with 228 additions and 47 deletions

View File

@@ -267,9 +267,6 @@ func (our *Input) Parseskill(skill *action.SelectSkillAction) {
// t.Alive() //先让效果保持存活
our.EffectCache = append(our.EffectCache, t)
// i.NewEffects = append(i.NewEffects, t)
} else {
println("技能效果不存在", v)
}
temparg = temparg[args:]