This commit is contained in:
@@ -80,7 +80,16 @@ func init() {
|
||||
registerStatusFunc(401, func(i, o *input.Input) bool {
|
||||
return i.CurrentPet.PetInfo.Type == o.CurrentPet.PetInfo.Type
|
||||
})
|
||||
registerStatusFunc(431, func(i, o *input.Input) bool {
|
||||
|
||||
for _, v := range o.Prop[:] {
|
||||
|
||||
if v < 0 {
|
||||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
})
|
||||
}
|
||||
|
||||
type Effect129 struct {
|
||||
|
||||
Reference in New Issue
Block a user