Commit 31ac2df7 authored by salix5's avatar salix5

Merge pull request #1133 from DailyShana/patch-4

fix
parents f65aecae f3df9fef
...@@ -63,6 +63,7 @@ function c59808784.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,6 +63,7 @@ function c59808784.rmop(e,tp,eg,ep,ev,re,r,rp)
local g=hg:Select(tp,1,1,nil) local g=hg:Select(tp,1,1,nil)
local tc=g:GetFirst() local tc=g:GetFirst()
Duel.Remove(g,POS_FACEUP,REASON_EFFECT) Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
Duel.ShuffleHand(1-tp)
local c=e:GetHandler() local c=e:GetHandler()
local fid=c:GetFieldID() local fid=c:GetFieldID()
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
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