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