Commit 09c10ea8 authored by Tachibana's avatar Tachibana

1145141919810

parent 7a325e98
Pipeline #14227 passed with stages
in 25 minutes and 4 seconds
......@@ -62,7 +62,7 @@ function cm.tgcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
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)
end
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)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c12031011.thfilter(c)
return c:IsAttribute(ATTRIBUTE_DARK) and c:IsAbleToHand()
return c:IsAttribute(ATTRIBUTE_DARK) and c:IsAbleToHand() and c:IsFaceup()
end
function c12031011.thfilter1(c)
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