Commit 9f52ce98 authored by wind2009's avatar wind2009

Fix トゥリスヴァレル・ドラゴン

parent 7133d099
......@@ -54,7 +54,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.thfilter2(c)
return c:IsSetCard(0x102) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return c:IsRace(RACE_DRAGON) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function s.thtg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false 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