Commit 43323ac4 authored by Tachibana's avatar Tachibana

watele

parent f5bd501c
Pipeline #6611 passed with stages
in 62 minutes and 50 seconds
......@@ -71,17 +71,6 @@ function cm.thfilter1(c)
return c:IsAbleToGrave()
end
function cm.drop(e,tp,eg,ep,ev,re,r,rp,chk)
<<<<<<< HEAD
local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA)
if #g>10 then
Debug.Message(#g)
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)
if g:GetCount()>0 then
Duel.SendtoGrave(g,REASON_EFFECT)
end
end
=======
local g=Duel.GetFieldGroupCount(tp,0,LOCATION_EXTRA)
if #g>10 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
......@@ -90,7 +79,6 @@ function cm.drop(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SendtoGrave(g,REASON_EFFECT)
end
end
>>>>>>> 03fdbf24a9def495623fefcaa14d9589a16c5286
if #g<11 then
local sg=Duel.GetMatchingGroup(aux.TRUE,tp,0,LOCATION_ONFIELD,e:GetHandler())
if sg:GetCount()>0 then
......
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