Commit dbf1e2a7 authored by Amiya's avatar Amiya

修复

parent 9f0f8a9e
Pipeline #41269 passed with stages
in 1 minute and 51 seconds
......@@ -77,7 +77,7 @@ function s.rlop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,id,RESET_PHASE+PHASE_END,0,1)
end
function s.rlcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFlagEffect(tp,id)>Duel.GetFlagEffect(tp,id+o)
return Duel.GetFlagEffect(e:GetHandlerPlayer(),id)>Duel.GetFlagEffect(e:GetHandlerPlayer(),id+o)
end
function s.rltg(e,c)
return c:IsType(TYPE_RITUAL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment