Commit 9034a7ec authored by GuGu's avatar GuGu

Update c86379668.lua

parent c7fae86f
Pipeline #34185 passed with stage
in 11 seconds
......@@ -39,8 +39,8 @@ function c86379668.tg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c86379668.op(e,tp,eg,ep,ev,re,r,rp)
local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
if tg:Filter(Card.IsRelateToEffect,nil,e):IsExists(c86379668.filter,1,nil) then
local g=tg:Filter(Card.IsRelateToEffect,nil,e):Filter(c86379668.filter,nil)
if tg:IsExists(c86379668.filter,1,nil) then
local g=tg:Filter(c86379668.filter,nil)
Duel.Hint(HINT_CARD,0,86379668)
Duel.Remove(g,POS_FACEUP,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