Commit a80e42e1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

hop

parent 83ee9b55
Pipeline #31169 passed with stages
in 33 minutes and 1 second
......@@ -31,7 +31,7 @@ function cm.filter1(c,e,tp)
and aux.MustMaterialCheck(c,tp,EFFECT_MUST_BE_XMATERIAL)
end
function cm.filter2(c,e,tp,mc,rk,no)
return c.TC_number==no and c:IsRank(rk) and mc:IsCanBeXyzMaterial(c) and c:IsRace(RACE_MACHINE)
return c.TC_number==no and c:IsRank(rk) and mc:IsCanBeXyzMaterial(c) and c:IsRace(RACE_MACHINE) and c:IsSetCard(0x3851)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false) and Duel.GetLocationCountFromEx(tp,tp,mc,c)>0
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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