fix: 修正技能效果索引与实现逻辑
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-31 03:42:46 +08:00
committed by cnb
parent 7e3f31e267
commit 79c014f9cd
18 changed files with 2062 additions and 334 deletions

View File

@@ -22,5 +22,5 @@ func (e *NewSel41) Skill_Use_ex() bool {
return true
}
func init() {
input.InitEffect(input.EffectType.NewSel, 41, &NewSel41{})
input.InitEffect(input.EffectType.NewSel, 141, &NewSel41{})
}