Commit 4e3fec51 authored by Tachibana's avatar Tachibana

tnndx

parent b1b28349
......@@ -89,6 +89,8 @@ function cm.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local tc=e:GetLabelObject()
if chk==0 then return tc:IsOnField() end
Duel.SetTargetCard(tc)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,nil,1,1-tp,LOCATION_MZONE)
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,0,LOCATION_ONFIELD)
end
function cm.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
......
......@@ -33,7 +33,7 @@ function c81044007.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.RegisterEffect(e1,tp)
end
function c81044007.atktg(e,c)
return not c:GetBaseAttack()~=0
return c:GetBaseAttack()~=0
end
function c81044007.filter(c)
return c:IsFaceup() and c:GetBaseAttack()==0
......
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