fix: 修正技能563和564的类型初始化
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:
@@ -54,6 +54,10 @@ func (e *Effect563_sub) Skill_Use_ex() bool {
|
||||
}
|
||||
|
||||
func init() {
|
||||
input.InitEffect(input.EffectType.Skill, 563, &Effect563{})
|
||||
input.InitEffect(input.EffectType.Skill, 564, &Effect563{})
|
||||
input.InitEffect(input.EffectType.Skill, 563, &Effect563{
|
||||
ptype: info.Category.SPECIAL,
|
||||
})
|
||||
input.InitEffect(input.EffectType.Skill, 564, &Effect563{
|
||||
ptype: info.Category.PHYSICAL,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user