Commit 53c80503 authored by GuGu's avatar GuGu

Update c86379692.lua

parent 39712bd0
Pipeline #40311 passed with stage
in 7 seconds
...@@ -229,7 +229,7 @@ function c86379692.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -229,7 +229,7 @@ function c86379692.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local ct=mg:FilterCount(c86379692.spfilter,nil,e,tp,c) local ct=mg:FilterCount(c86379692.spfilter,nil,e,tp,c)
if chk==0 then return c:GetSummonType()==SUMMON_TYPE_LINK if chk==0 then return c:GetSummonType()==SUMMON_TYPE_LINK
and ct>0 and Duel.GetLocationCount(tp,LOCATION_MZONE)>=ct and ct>0 and Duel.GetLocationCount(tp,LOCATION_MZONE)>=ct
and mg:FilterCount(c86379692.spfilter2,nil,e,tp,c)==ct end and mg:FilterCount(c86379692.spfilter2,nil,e,tp,c)==mg:GetCount() end
Duel.SetTargetCard(mg:Filter(c86379692.spfilter,nil,e,tp,c)) Duel.SetTargetCard(mg:Filter(c86379692.spfilter,nil,e,tp,c))
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,mg,ct,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,mg,ct,0,0)
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