Commit 16bae0fb authored by Tachibana's avatar Tachibana

tnndx

parent 6527a361
...@@ -106,6 +106,7 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -106,6 +106,7 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(aux.TRUE,tp,0,LOCATION_HAND,nil) local g=Duel.GetMatchingGroup(aux.TRUE,tp,0,LOCATION_HAND,nil)
if #g>1 then if #g>1 then
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
Duel.Remove(tg,POS_FACEDOWN,REASON_EFFECT) Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT)
Duel.Draw(1-tp,5,REASON_EFFECT)
end end
end end
\ No newline at end of file
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