Commit 2c9a8e94 authored by Tachibana's avatar Tachibana

eme

parent b8ab2de2
Pipeline #5788 passed with stages
in 22 minutes and 45 seconds
......@@ -21,7 +21,7 @@ function c9310040.initial_effect(c)
c:RegisterEffect(e2)
end
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
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
......
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