Commit 5843ddbf authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12041004.lua

parent 65e5baa1
......@@ -61,6 +61,7 @@ function c12041004.thop(e,tp,eg,ep,ev,re,r,rp)
if num>=30 then
local tgg=Duel.GetFieldGroup(tp,0,LOCATION_HAND+LOCATION_ONFIELD+LOCATION_GRAVE)
if tgg:GetCount()>0 then
Duel.SendtoDeck(tgg,nil,2,REASON_EFFECT)
Duel.Draw(1-tp,2,REASON_EFFECT)
end
end
......@@ -80,4 +81,4 @@ function cm.negop(e,tp,eg,ep,ev,re,r,rp)
end
function c12041004.efilter(e,te)
return te:GetOwner()~=e:GetOwner()
end
\ No newline at end of file
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