Commit 09c10ea8 authored by Tachibana's avatar Tachibana

1145141919810

parent 7a325e98
...@@ -62,7 +62,7 @@ function cm.tgcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -62,7 +62,7 @@ function cm.tgcost(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local ct=e:GetLabel() local ct=e:GetLabel()
if chk==0 then return Duel.IsExistingMatchingCard(aux.TRUE,tp,0,LOCATION_ONFIELD,ct,nil) end if chk==0 then return Duel.IsExistingMatchingCard(aux.TRUE,tp,0,LOCATION_ONFIELD,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_DESTROY,nil,1,0,LOCATION_ONFIELD) Duel.SetOperationInfo(0,CATEGORY_DESTROY,nil,1,0,LOCATION_ONFIELD)
end end
function cm.spop(e,tp,eg,ep,ev,re,r,rp) function cm.spop(e,tp,eg,ep,ev,re,r,rp)
......
...@@ -50,7 +50,7 @@ function c12031011.thcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -50,7 +50,7 @@ function c12031011.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST) e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end end
function c12031011.thfilter(c) function c12031011.thfilter(c)
return c:IsAttribute(ATTRIBUTE_DARK) and c:IsAbleToHand() return c:IsAttribute(ATTRIBUTE_DARK) and c:IsAbleToHand() and c:IsFaceup()
end end
function c12031011.thfilter1(c) function c12031011.thfilter1(c)
return c:GetAttack()==3000 and c:IsAbleToHand() return c:GetAttack()==3000 and c:IsAbleToHand()
......
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