Commit b06d5695 authored by Tachibana's avatar Tachibana

ndyd

parent 7be98033
......@@ -17,7 +17,7 @@ function c65001016.negcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp and Duel.IsChainNegatable(ev)
end
function c65001016.tdfil(c)
return c:IsAbleToDeck() and c:IsFaceup()
return c:IsAbleToDeck() and c:IsFaceup() and aux.IsCodeListed(c,65030086)
end
function c65001016.negtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c65001016.tdfil,tp,0xff,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