Commit 320f2b89 authored by Tachibana's avatar Tachibana

watele

parent 751f1c5e
Pipeline #6711 passed with stages
in 43 minutes and 37 seconds
expansions/pics/33330088.jpg

16.7 KB | W: | H:

expansions/pics/33330088.jpg

164 KB | W: | H:

expansions/pics/33330088.jpg
expansions/pics/33330088.jpg
expansions/pics/33330088.jpg
expansions/pics/33330088.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -148,8 +148,8 @@ function cm.efop2(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
end
if #g~=1 then
local tg=g:FilterCount(Card.IsRelateToEffect,nil,e)
if #tg>0 then
local tg=g:Filter(Card.IsRelateToEffect,nil,e)
if tg and #tg>0 then
Duel.Destroy(tg,REASON_EFFECT)
end
end
......
......@@ -21,6 +21,7 @@ function cm.initial_effect(c)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,m)
e1:SetCost(cm.cost)
e1:SetTarget(cm.thtg)
e1:SetOperation(cm.thop)
......
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