fix: 修正 Effect71 技能逻辑顺序
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-13 21:31:49 +08:00
committed by cnb
parent 49b8b6d301
commit 23649b2c20

View File

@@ -90,12 +90,13 @@ func (e *Effect71) ActionStart(a, b *action.SelectSkillAction) bool {
if e.Ctx().SkillEntity.Category() == info.Category.STATUS {
return true
}
e.Ctx().SkillEntity.XML.CritRate = 16
e.count--
if e.count <= 0 {
e.Alive(false)
}
e.count--
e.Ctx().SkillEntity.XML.CritRate = 16
}
return true
}
func init() {