Commit c0df675a authored by Tachibana's avatar Tachibana

tnndx

parent ac19c351
...@@ -53,6 +53,9 @@ function cm.drumcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -53,6 +53,9 @@ function cm.drumcost(e,tp,eg,ep,ev,re,r,rp,chk)
e2:SetCode(EFFECT_CANNOT_SUMMON) e2:SetCode(EFFECT_CANNOT_SUMMON)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
end end
function cm.splimit(e,c)
return not c:IsRace(RACE_FAIRY)
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetLabel(1) e:SetLabel(1)
return true return true
......
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