Commit 056a1c27 authored by mercury233's avatar mercury233 Committed by GitHub

fix D-HERO ディナイアルガイ

parent f4a31faa
...@@ -48,7 +48,7 @@ function c16605586.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,7 +48,7 @@ function c16605586.tdop(e,tp,eg,ep,ev,re,r,rp)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc then if tc then
if not tc:IsLocation(LOCATION_DECK) then if not tc:IsLocation(LOCATION_DECK) then
Duel.SendtoDeck(tc,nil,SEQ_DECKSHUFFLE,REASON_EFFECT) Duel.SendtoDeck(tc,nil,SEQ_DECKTOP,REASON_EFFECT)
end end
if loc&LOCATION_DECK>0 then if loc&LOCATION_DECK>0 then
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
......
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