Commit cf905862 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #364 from woodee/patch-6

fix
parents d23b4f4f ddd120d4
...@@ -23,6 +23,8 @@ function c81020140.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -23,6 +23,8 @@ function c81020140.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(81020140,1)) Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(81020140,1))
local g=Duel.SelectMatchingCard(tp,c81020140.filter,tp,LOCATION_DECK,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,c81020140.filter,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.ShuffleDeck(tp)
Duel.MoveSequence(g:GetFirst(),0) Duel.MoveSequence(g:GetFirst(),0)
Duel.ConfirmDecktop(tp,1)
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