Commit 7c1013fe authored by wind2009's avatar wind2009

Fix 試号閃刀姫-アマツ

parent 06511eb4
Pipeline #34696 failed with stages
in 1 minute and 27 seconds
No preview for this file type
......@@ -2,4 +2,5 @@
100234001
100228002
100238001
100239001
\ No newline at end of file
100239001
100200271
\ No newline at end of file
--试号闪刀姬-天津
--試号閃刀姫-アマツ
local s,id,o=GetID()
function s.initial_effect(c)
c:SetSPSummonOnce(id)
......@@ -78,7 +78,7 @@ function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function s.desop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
local tg=g:Filter(Card.IsRelateToEffect,nil,e)
local tg=g:Filter(Card.IsRelateToChain,nil)
if tg:GetCount()>0 then
Duel.Destroy(tg,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