Commit 05d77eeb authored by gg123gg's avatar gg123gg

Update c12070041.lua

parent a350eaa3
Pipeline #6635 passed with stages
in 35 minutes and 23 seconds
......@@ -71,7 +71,7 @@ function cm.thfilter1(c)
return c:IsAbleToGrave()
end
function cm.drop(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetFieldGroupCount(tp,0,LOCATION_EXTRA)
local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA)
if #g>10 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(1-tp,cm.thfilter1,1-tp,LOCATION_EXTRA,0,#g-10,#g-10,nil)
......
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