1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-06 00:12:16 +08:00
parent a0d4567d3f
commit 637a49e274

View File

@@ -253,6 +253,9 @@ func (pet *PetInfo) RnadEffect() {
}
_, eff, ok := pet.GetEffect(1)
if ok {
if eff.Idx == ret.Idx {
continue
}
copier.Copy(eff, ret)
} else {