Commit a6bd874d authored by Tachibana's avatar Tachibana

tnndx

parent 9ddbc6a3
...@@ -44,7 +44,7 @@ function cm.filter(c,tp,rp) ...@@ -44,7 +44,7 @@ function cm.filter(c,tp,rp)
end end
function cm.sptg1(e,tp,eg,ep,ev,re,r,rp,chk) function cm.sptg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
if Duel.GetFieldGroupCount(tp,0,LOCATION_ONFIELD)>Duel.GetFieldGroupCount(tp,0,LOCATION_ONFIELD) then if Duel.GetFieldGroupCount(tp,0,LOCATION_ONFIELD)>Duel.GetFieldGroupCount(tp,LOCATION_HAND,0) then
Duel.SetChainLimit(function(e,ep,tp) Duel.SetChainLimit(function(e,ep,tp)
return tp==ep return tp==ep
end)end end)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