Commit 6a5b18fd authored by Tachibana's avatar Tachibana

E

parent 36be15b8
Pipeline #15473 passed with stages
in 33 minutes and 13 seconds
......@@ -51,7 +51,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e5)
end
function cm.hspfilter(c,tp,sc)
return aux.IsMaterialListCode(c,81081000) and c:IsType(TYPE_FUSION) and c:IsControler(tp) and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and c:IsCanBeFusionMaterial(sc,SUMMON_TYPE_SPECIAL)
return aux.IsMaterialListCode(c,85481000) and c:IsType(TYPE_FUSION) and c:IsControler(tp) and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and c:IsCanBeFusionMaterial(sc,SUMMON_TYPE_SPECIAL)
end
function cm.hspcon(e,c)
if c==nil then return true 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