Commit ff13cef6 authored by Tachibana's avatar Tachibana

ndyd

parent caa1cfaf
...@@ -26,6 +26,7 @@ function c20000004.tgf1(c,e,tp) ...@@ -26,6 +26,7 @@ function c20000004.tgf1(c,e,tp)
return c:IsCode(20000000) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsCode(20000000) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c20000004.tg1(e,tp,eg,ep,ev,re,r,rp,chk) function c20000004.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chkc then return chkc:IsOnField() and c20000004.cof2(chkc) and chkc~=e:GetHandler() end
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c20000004.tgf1,tp,LOCATION_DECK,0,1,nil,e,tp) and Duel.IsExistingMatchingCard(c20000004.tgf1,tp,LOCATION_DECK,0,1,nil,e,tp)
and Duel.IsExistingTarget(c20000004.cof2,tp,LOCATION_ONFIELD,0,1,nil) end and Duel.IsExistingTarget(c20000004.cof2,tp,LOCATION_ONFIELD,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