Commit 88d368b7 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent b06ec320
......@@ -53,7 +53,6 @@ function c30000205.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c30000205.activate(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end
local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
if not tg or tg:FilterCount(Card.IsRelateToEffect,nil,e)~=3 then return end
Duel.SendtoDeck(tg,nil,0,REASON_EFFECT)
......@@ -83,7 +82,6 @@ function c30000205.target1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c30000205.operation(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then
Duel.SendtoHand(tc,nil,REASON_EFFECT)
......
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