Commit 8763f996 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 3bd58df4
......@@ -219,7 +219,7 @@ function c21520175.drop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c21520175.sefilter(c)
return c:IsFusionSetCard(0x490) and c:IsType(TYPE_MONSTER)
return c:IsFusionSetCard(0x490) and c:IsFusionType(TYPE_MONSTER)
end
function c21520175.fscondition(e,g,gc,chkf)
if g==nil then return true end
......
......@@ -258,5 +258,5 @@ function c21520182.cgfilter(c)
return (not c:IsSetCard(0x490)) and c:IsFaceup()
end
function c21520182.sefilter(c)
return c:IsFusionSetCard(0x490) and c:IsType(TYPE_MONSTER)
return c:IsFusionSetCard(0x490) and c:IsFusionType(TYPE_MONSTER)
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