Commit 35b6f235 authored by Tachibana's avatar Tachibana

ndyd

parent d73df802
......@@ -39,7 +39,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if op==1 then Duel.SendtoGrave(c,REASON_COST) end
end
function cm.thfilter(c)
return c:IsSetCard(0xcfac) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return c:IsSetCard(0xcfac) and c:IsAbleToHand()
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_DECK,0,1,nil) 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