Commit 121c1df7 authored by Amiya's avatar Amiya

修复

parent 3b1d135d
Pipeline #31294 passed with stages
in 57 seconds
...@@ -12,7 +12,7 @@ function s.initial_effect(c) ...@@ -12,7 +12,7 @@ function s.initial_effect(c)
end end
function s.tgfilter(c,ec) function s.tgfilter(c,ec)
return c:IsFaceup() and c:IsSetCard(0x150) and c:IsAbleToGraveAsCost() return c:IsFaceup() and c:IsSetCard(0x150) and c:IsAbleToGraveAsCost()
and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,Group.FromCards(c,ec)) and (Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,Group.FromCards(c,ec)) or Duel.GetMZoneCount(tp,c)>0)
end end
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk) function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local b1=Duel.IsCanRemoveCounter(tp,1,0,0x1,2,REASON_COST) local b1=Duel.IsCanRemoveCounter(tp,1,0,0x1,2,REASON_COST)
......
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