fix: 修正技能效果索引与实现逻辑
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -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{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user