This commit is contained in:
@@ -35,7 +35,7 @@ func (e *Effect83) ComparePre(fattack *action.SelectSkillAction, sattack *action
|
||||
return true
|
||||
}
|
||||
|
||||
if e.Ctx().Our.CurrentPet.Gender != 1 {
|
||||
if e.Ctx().Our.CurrentPet.Info.Gender != 1 {
|
||||
return true
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ func (e *Effect83) ActionStart(a, b *action.SelectSkillAction) bool {
|
||||
if e.Ctx().SkillEntity.Category() == info.Category.STATUS {
|
||||
return true
|
||||
}
|
||||
if e.Ctx().Our.CurrentPet.Gender != 2 {
|
||||
if e.Ctx().Our.CurrentPet.Info.Gender != 2 {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user