Commit 4140688d authored by DailyShana's avatar DailyShana

remove setcode 0x104

parent d400e877
......@@ -4,3 +4,4 @@ function c11901678.initial_effect(c)
c:EnableReviveLimit()
aux.AddFusionProcCode2(c,70781052,74677422,true,true)
end
c11901678.material_setcode=0x3b
......@@ -27,6 +27,7 @@ function c45349196.initial_effect(c)
e2:SetOperation(c45349196.damop)
c:RegisterEffect(e2)
end
c45349196.material_setcode=0x3b
function c45349196.mfilter1(c)
return c:IsSetCard(0x45) and c:IsType(TYPE_NORMAL) and c:GetLevel()==6
end
......
......@@ -33,7 +33,7 @@ function c6172122.filter1(c,e)
return c:IsCanBeFusionMaterial() and c:IsAbleToGrave() and not c:IsImmuneToEffect(e)
end
function c6172122.filter2(c,e,tp,m,f,chkf)
return c:IsType(TYPE_FUSION) and c:IsSetCard(0x104) and (not f or f(c))
return c:IsType(TYPE_FUSION) and aux.IsMaterialListSetCard(c,0x3b) and (not f or f(c))
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial(m,nil,chkf)
end
function c6172122.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -4,3 +4,4 @@ function c90660762.initial_effect(c)
c:EnableReviveLimit()
aux.AddFusionProcCode2(c,74677422,64271667,true,true)
end
c90660762.material_setcode=0x3b
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