Commit 75c0f73f authored by GuGu's avatar GuGu

Update c22292009.lua

parent e71c7f21
Pipeline #33408 passed with stage
in 10 seconds
......@@ -30,7 +30,7 @@ function c22292009.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end
local ct=Duel.GetMZoneCount(tp)
local g=eg:Filter(c22292009.tgfilter,nil,e,tp)
if chk==0 then return g:FilterCount(c22292009.tgfilter,nil,e,tp)==g:GetCount() and g:GetCount()<=ct and not (g:GetCount()>1 and Duel.IsPlayerAffectedByEffect(tp,59822133)) end
if chk==0 then return g:GetCount()>0 and g:GetCount()<=ct and not (g:GetCount()>1 and Duel.IsPlayerAffectedByEffect(tp,59822133)) end
Duel.SetTargetCard(g)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,g:GetCount(),0,0)
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