Commit 86525386 authored by gggg's avatar gggg

fix

parent 370e2510
Pipeline #37669 passed with stage
in 27 seconds
...@@ -15,7 +15,7 @@ function cm.initial_effect(c) ...@@ -15,7 +15,7 @@ function cm.initial_effect(c)
e0:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk) e0:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1) Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1)
end end)
e0:SetOperation(cm.skipop) e0:SetOperation(cm.skipop)
e0:SetCountLimit(1,m-8000) e0:SetCountLimit(1,m-8000)
c:RegisterEffect(e0) c:RegisterEffect(e0)
......
...@@ -16,7 +16,7 @@ function cm.initial_effect(c) ...@@ -16,7 +16,7 @@ function cm.initial_effect(c)
if chk==0 then return true end if chk==0 then return true end
local g=Duel.SelectMatchingCard(cm.f,tp,0,LOCATION_ONFIELD,nil) local g=Duel.SelectMatchingCard(cm.f,tp,0,LOCATION_ONFIELD,nil)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,1,0,0)
end end)
e0:SetOperation(cm.tdop) e0:SetOperation(cm.tdop)
e0:SetCountLimit(1,m-8000) e0:SetCountLimit(1,m-8000)
c:RegisterEffect(e0) c:RegisterEffect(e0)
......
...@@ -17,7 +17,7 @@ function cm.initial_effect(c) ...@@ -17,7 +17,7 @@ function cm.initial_effect(c)
if chk==0 then return true end if chk==0 then return true end
local g=Duel.SelectMatchingCard(cm.f,tp,0,LOCATION_MZONE,nil) local g=Duel.SelectMatchingCard(cm.f,tp,0,LOCATION_MZONE,nil)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,1,0,0)
end end)
e0:SetOperation(cm.tdop) e0:SetOperation(cm.tdop)
e0:SetCountLimit(1,m-8000) e0:SetCountLimit(1,m-8000)
c:RegisterEffect(e0) c:RegisterEffect(e0)
......
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