Commit 68f3eabe authored by TanakaKotoha's avatar TanakaKotoha

wdnmd

parent c3ae547c
...@@ -51,10 +51,10 @@ function cm.initial_effect(c) ...@@ -51,10 +51,10 @@ function cm.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function cm.spcost(e,c,tp) function cm.spcost(e,c,tp)
return Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_GRAVE,0,1,nil) return Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_GRAVE,0,5,nil)
end end
function cm.costfilter(c) function cm.costfilter(c)
return c:IsType(TYPE_MONSTER) and (c:IsSetCard(0xfb1) or c:IsRace(RACE_DRAGON)) return c:IsType(TYPE_MONSTER) and ( c:IsSetCard(0xfb1) or c:IsRace(RACE_DRAGON) )
end end
function cm.thfilter(c) function cm.thfilter(c)
return c:IsAbleToHand() return c:IsAbleToHand()
......
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