diff --git a/logic/service/fight/effect/85.go b/logic/service/fight/effect/85.go index acb8d7bf6..cdbabbf52 100644 --- a/logic/service/fight/effect/85.go +++ b/logic/service/fight/effect/85.go @@ -17,6 +17,7 @@ func (e *Effect85) OnSkill() bool { for i, v := range e.Ctx().Opp.Prop[:] { if v > 0 { e.Ctx().Our.SetProp(e.Ctx().Our, int8(i), v) + e.Ctx().Opp.SetProp(e.Ctx().Our,int8(i),0) } }