Commit c758a24c authored by GuGu's avatar GuGu

Update c61007.lua

parent 74c7ebd4
Pipeline #32669 passed with stage
in 22 seconds
......@@ -48,7 +48,10 @@ function c61007.drcon1(e,tp,eg,ep,ev,re,r,rp)
end
function c61007.drop1(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetDecktopGroup(1-tp,1)
if g:GetCount()>0 then Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT) end
if g:GetCount()>0 then
Duel.DisableShuffleCheck()
Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT)
end
end
function c61007.drcost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
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