Commit a67e508e authored by mercury233's avatar mercury233 Committed by GitHub

fix 天地返し

parent 4e6cf455
...@@ -19,6 +19,7 @@ function c67906797.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -19,6 +19,7 @@ function c67906797.operation(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()==0 then return end if g:GetCount()==0 then return end
local tc=g:GetMinGroup(Card.GetSequence):GetFirst() local tc=g:GetMinGroup(Card.GetSequence):GetFirst()
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
tc:SetStatus(STATUS_TO_HAND_WITHOUT_CONFIRM,true)
if Duel.SendtoHand(tc,tp,REASON_EFFECT)>0 then if Duel.SendtoHand(tc,tp,REASON_EFFECT)>0 then
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
if Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)<=1 then return end if Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)<=1 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