Commit ee855215 authored by wind2009's avatar wind2009

Merge branch 'pack-other' into master

parents 71b4693e 0fd0c352
......@@ -17,7 +17,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
and Duel.IsExistingMatchingCard(Card.IsSummonableCard,tp,LOCATION_DECK,0,1,nil) end
end
function s.activate(e,tp,eg,ep,ev,re,r,rp)
if not Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>=1 then return false end
if Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)<1 then return false end
Duel.ShuffleDeck(tp)
Duel.BreakEffect()
Duel.ConfirmDecktop(tp,1)
......@@ -32,4 +32,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.MoveSequence(tc,1)
end
end
end
\ No newline at end of file
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