Commit 2c9a8e94 authored by Tachibana's avatar Tachibana

eme

parent b8ab2de2
...@@ -21,7 +21,7 @@ function c9310040.initial_effect(c) ...@@ -21,7 +21,7 @@ function c9310040.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c9310040.cfilter(c) function c9310040.cfilter(c)
return (c:IsSetCard(0x3f91) or c:IsType(TYPE_SYNCHRO)) and not c:IsPublic() return c:IsSetCard(0x3f91) or c:IsType(TYPE_SYNCHRO)
end end
function c9310040.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function c9310040.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c9310040.cfilter,tp,LOCATION_EXTRA,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c9310040.cfilter,tp,LOCATION_EXTRA,0,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