Commit d90f0ec3 authored by gg123gg's avatar gg123gg

Update c12070001.lua

parent a9bd0e88
Pipeline #6639 failed with stages
in 48 minutes and 2 seconds
......@@ -45,8 +45,7 @@ function Sr_Farw.nrfilter(c,s,tp)
local seq=c:GetSequence()
return seq<5 and math.abs(seq-s)==1 and c:IsControler(tp)
end
function Sr_Farw.nrcon(e)
local tp=c:GetControler()
function Sr_Farw.nrcon(e,tp)
local seq=e:GetHandler():GetSequence()
return Duel.IsExistingMatchingCard(Sr_Farw.nrfilter,tp,LOCATION_MZONE,LOCATION_MZONE,2,nil,seq,tp)
end
......
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