Commit d897ae0c authored by GuGu's avatar GuGu

Update c21200.lua 区域检测问题

parent ebb5944a
Pipeline #22095 passed with stage
in 52 seconds
......@@ -36,7 +36,7 @@ function c21200.filter(c,e,tp)
end
function c21200.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c21200.filter,tp,0x13,0,1,nil,e,tp)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 end
and Duel.GetLocationCount(tp,LOCATION_MZONE)>-1 and Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 end
end
function c21200.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Group.CreateGroup()
......
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