Commit 0c429260 authored by Grajade's avatar Grajade

Update expansions/script/c1111002.lua

parent f8c2accc
Pipeline #700 passed with stages
in 40 minutes and 57 seconds
......@@ -69,6 +69,7 @@ function c1111002.op1_2(e,tp,eg,ep,ev,re,r,rp)
local lg=Duel.SelectMatchingCard(tp,Card.IsAbleToDeck,tp,LOCATION_HAND,0,1,63,nil)
if lg:GetCount()<1 then return end
if Duel.SendtoDeck(lg,nil,2,REASON_EFFECT)<1 then return end
Duel.ShuffleDeck(tp)
local num1=Duel.GetFieldGroupCount(tp,LOCATION_HAND,0)
local num2=Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)
if num1>=num2 then return 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