Commit c383015c authored by POLYMER's avatar POLYMER

fix

parent 52f45aa1
...@@ -9,7 +9,8 @@ function s.initial_effect(c) ...@@ -9,7 +9,8 @@ function s.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(s.thtg) e1:SetTarget(s.thtg)
e1:SetOperation(s.thop) e1:SetOperation(s.thop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1)) e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_TODECK+CATEGORY_TOGRAVE) e2:SetCategory(CATEGORY_TODECK+CATEGORY_TOGRAVE)
...@@ -45,7 +46,6 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -45,7 +46,6 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
local tg=sg:RandomSelect(1-tp,1) local tg=sg:RandomSelect(1-tp,1)
if #tg>0 then if #tg>0 then
Duel.SendtoHand(tg,nil,REASON_EFFECT) Duel.SendtoHand(tg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tg)
end end
end end
end 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