Commit 5d680a10 authored by DailyShana's avatar DailyShana

fix

parent 0658fa0c
...@@ -38,8 +38,9 @@ function c47594939.splimit(e,c,sump,sumtype,sumpos,targetp) ...@@ -38,8 +38,9 @@ function c47594939.splimit(e,c,sump,sumtype,sumpos,targetp)
local rk=c:GetRank() local rk=c:GetRank()
if lv>0 then if lv>0 then
return e:GetLabelObject():IsExists(c47594939.lvfilter,1,nil,lv,sump) return e:GetLabelObject():IsExists(c47594939.lvfilter,1,nil,lv,sump)
end elseif rk>0 then
return e:GetLabelObject():IsExists(c47594939.rkfilter,1,nil,rk,sump) return e:GetLabelObject():IsExists(c47594939.rkfilter,1,nil,rk,sump)
else return false end
end end
function c47594939.adjustop(e,tp,eg,ep,ev,re,r,rp) function c47594939.adjustop(e,tp,eg,ep,ev,re,r,rp)
local phase=Duel.GetCurrentPhase() local phase=Duel.GetCurrentPhase()
......
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