Commit 2064684e authored by mercury233's avatar mercury233 Committed by GitHub

fix コンバート・コンタクト

parent d578b18d
......@@ -32,9 +32,10 @@ function c82639107.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local sg2=g2:Select(tp,1,1,nil)
sg1:Merge(sg2)
Duel.SendtoGrave(sg1,REASON_EFFECT)
Duel.ShuffleDeck(tp)
Duel.BreakEffect()
Duel.Draw(tp,2,REASON_EFFECT)
if Duel.SendtoGrave(sg1,REASON_EFFECT)>0 and sg1:IsExists(Card.IsLocation,1,nil,LOCATION_GRAVE) then
Duel.ShuffleDeck(tp)
Duel.BreakEffect()
Duel.Draw(tp,2,REASON_EFFECT)
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