Commit 439a0a6c authored by GuGu's avatar GuGu

Update c26330.lua

parent c7114204
Pipeline #19717 passed with stage
in 42 seconds
...@@ -61,7 +61,7 @@ function c26330.thtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -61,7 +61,7 @@ function c26330.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_POSITION,g,g:GetCount(),tp,LOCATION_MZONE) Duel.SetOperationInfo(0,CATEGORY_POSITION,g,g:GetCount(),tp,LOCATION_MZONE)
end end
function c26330.thop(e,tp,eg,ep,ev,re,r,rp) function c26330.thop(e,tp,eg,ep,ev,re,r,rp)
g=Duel.GetMatchingGroup(c26330.filter, tp, LOCATION_MZONE, 0, e:GetHandler()) local g=Duel.GetMatchingGroup(c26330.filter, tp, LOCATION_MZONE, 0, e:GetHandler())
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.ChangePosition(g, POS_FACEDOWN_DEFENSE) Duel.ChangePosition(g, POS_FACEDOWN_DEFENSE)
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