Commit e84fc53e authored by Huangnan's avatar Huangnan

fix

parent 4183a879
Pipeline #38088 failed with stages
in 149 minutes and 47 seconds
......@@ -11,7 +11,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1)
end
function cm.filter(c,e,tp)
return c:IsSetCard(0x5622) and c:IsCanBeSpecialSummoned(e,0,tp,true,true) and c:IsLevelBelow(5)
return c:IsSetCard(0x3310) and c:IsCanBeSpecialSummoned(e,0,tp,true,true) and c:IsLevelBelow(5)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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