This commit is contained in:
@@ -18,7 +18,7 @@ type Effect130 struct {
|
||||
func (e *Effect130) OnSkill() bool {
|
||||
// 1. 命中判定失败,不触发
|
||||
|
||||
if e.Ctx().Opp.CurrentPet.PetInfo.Gender != int(e.Args()[0].IntPart()) {
|
||||
if e.Ctx().Opp.CurrentPet.Info.Gender != int(e.Args()[0].IntPart()) {
|
||||
return true
|
||||
}
|
||||
// 4. 附加固定伤害(从SideEffectArgs[0]获取伤害值)
|
||||
|
||||
Reference in New Issue
Block a user