Commit 02669299 authored by nekrozar's avatar nekrozar Committed by mercury233

update (#917)

parent ccea4c9f
......@@ -32,7 +32,7 @@ end
function c13536606.rfilter(c,tp,g)
local lk=c:GetLink()
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
return c:IsFaceup() and c:IsType(TYPE_LINK) and lk<4 and c:IsReleasableByEffect() and g:IsContains(c)
return c:IsFaceup() and c:IsType(TYPE_LINK) and c:IsLinkBelow(3) and c:IsReleasableByEffect() and g:IsContains(c)
and ft>=lk and (ft==1 or not Duel.IsPlayerAffectedByEffect(tp,59822133))
end
function c13536606.tktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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