Commit 682995fd authored by sidschingis's avatar sidschingis

fix

does not need to add both targets
parent 1a4bd0b7
...@@ -77,7 +77,7 @@ end ...@@ -77,7 +77,7 @@ end
function c29146185.retop(e,tp,eg,ep,ev,re,r,rp) function c29146185.retop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
if g:GetCount()==2 and Duel.SendtoHand(g,nil,REASON_EFFECT)>0 then if Duel.SendtoHand(g,nil,REASON_EFFECT)>0 then
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
if c:IsFaceup() and c:IsRelateToEffect(e) then if c:IsFaceup() and c:IsRelateToEffect(e) then
Duel.RaiseSingleEvent(c,29146185,re,r,rp,0,0) Duel.RaiseSingleEvent(c,29146185,re,r,rp,0,0)
......
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