Commit 3947e9e8 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

Update c50366775.lua (#2686)

parent 1add2a52
...@@ -25,7 +25,7 @@ function c50366775.cfilter(c,tc) ...@@ -25,7 +25,7 @@ function c50366775.cfilter(c,tc)
return c:IsType(TYPE_LINK) and not c:IsCode(tc:GetLinkCode()) return c:IsType(TYPE_LINK) and not c:IsCode(tc:GetLinkCode())
end end
function c50366775.target(e,tp,eg,ep,ev,re,r,rp,chk) function c50366775.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c50366775.filter,tp,LOCATION_EXTRA,0,1,nil,e:GetHandler()) end if chk==0 then return Duel.IsExistingMatchingCard(c50366775.cfilter,tp,LOCATION_EXTRA,0,1,nil,e:GetHandler()) end
end end
function c50366775.operation(e,tp,eg,ep,ev,re,r,rp) function c50366775.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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