You need to sign in or sign up before continuing.
Commit 0021f5e1 authored by POLYMER's avatar POLYMER

fix

parent 91ec43b3
......@@ -41,6 +41,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.ShuffleHand(tp)
local g1=Duel.SelectMatchingCard(tp,Card.IsOriginalCodeRule,tp,LOCATION_HAND,0,ct,ct,nil,id)
Duel.ConfirmCards(1-tp,g1)
Duel.ShuffleHand(tp)
else
local g1=Duel.GetFieldGroup(tp,LOCATION_HAND,0)
if g1:GetCount()>0 then
......
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