Commit 2012eeca authored by GuGu's avatar GuGu

Update c74560011.lua

parent f660e7f6
Pipeline #32664 passed with stage
in 22 seconds
...@@ -52,10 +52,13 @@ function cCardno.op2(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,10 +52,13 @@ function cCardno.op2(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.ConfirmDecktop(1-tp,1) Duel.ConfirmDecktop(1-tp,1)
if tc:IsType(t) then if tc:IsType(t) then
Duel.DisableShuffleCheck()
Duel.Remove(tc,POS_FACEDOWN,REASON_EFFECT) Duel.Remove(tc,POS_FACEDOWN,REASON_EFFECT)
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
else else
Duel.DisableShuffleCheck()
Duel.SendtoHand(tc,1-tp,REASON_EFFECT) Duel.SendtoHand(tc,1-tp,REASON_EFFECT)
Duel.ShuffleHand(1-tp)
end end
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