Commit c7114204 authored by GuGu's avatar GuGu

Update c26330.lua 62行红字

parent b476a201
Pipeline #19716 passed with stage
in 44 seconds
......@@ -56,9 +56,8 @@ function c26330.filter(c)
return c:IsSetCard(0x229) and c:IsFaceup() and c:IsCanChangePosition()
end
function c26330.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
local g=Duel.GetMatchingGroup(c26330.filter, tp, LOCATION_MZONE, 0, e:GetHandler())
return g:GetCount()>0 end
local g=Duel.GetMatchingGroup(c26330.filter, tp, LOCATION_MZONE, 0, e:GetHandler())
if chk==0 then return g:GetCount()>0 end
Duel.SetOperationInfo(0,CATEGORY_POSITION,g,g:GetCount(),tp,LOCATION_MZONE)
end
function c26330.thop(e,tp,eg,ep,ev,re,r,rp)
......
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