Commit 242d7ce2 authored by GuGu's avatar GuGu

Update c86379035.lua

parent 129d5b52
Pipeline #39589 passed with stage
in 18 seconds
...@@ -75,7 +75,7 @@ function c86379035.rcop(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,7 +75,7 @@ function c86379035.rcop(e,tp,eg,ep,ev,re,r,rp)
end end
-- --
function c86379035.ctcon(e,tp,eg,ep,ev,re,r,rp) function c86379035.ctcon(e,tp,eg,ep,ev,re,r,rp)
return eg:GetFirst()==e:GetHandler() return eg and eg:IsContains(e:GetHandler())
end end
function c86379035.cttg(e,tp,eg,ep,ev,re,r,rp,chk) function c86379035.cttg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFaceup,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFaceup,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) 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