Commit 4eab11dc authored by salix5's avatar salix5

fix

parent 95ae5861
......@@ -16,8 +16,8 @@ function c6859683.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return g:FilterCount(c6859683.filter,nil)>=2 end
end
function c6859683.operation(e,tp,eg,ep,ev,re,r,rp)
if g:FilterCount(c6859683.filter,nil)<2 then return end
local cg=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA)
if cg:FilterCount(c6859683.filter,nil)<2 then return end
Duel.ConfirmCards(tp,cg)
local g=Duel.GetMatchingGroup(Card.IsType,1-tp,LOCATION_EXTRA,0,nil,TYPE_FUSION)
if g:GetCount()<2 then return end
......
......@@ -29,6 +29,6 @@ function c80159717.exop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()<ct then return end
Duel.ConfirmCards(tp,g)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local sg=g:Select(tp,ct,ct,nil)
local sg=Duel.SelectMatchingCard(tp,Card.IsAbleToGrave,tp,0,LOCATION_EXTRA,ct,ct,nil)
Duel.SendtoGrave(sg,REASON_EFFECT)
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