Commit f375c40c authored by Grajade's avatar Grajade

Update c1111002.lua

parent 2a5949ba
Pipeline #33107 passed with stage
in 21 seconds
...@@ -86,7 +86,7 @@ end ...@@ -86,7 +86,7 @@ end
function c1111002.tg2(e,tp,eg,ep,ev,re,r,rp,chk) function c1111002.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToHand() if chk==0 then return e:GetHandler():IsAbleToHand()
and eg:IsExists(c1111002.tfilter2,1,nil,tp,rp) end and eg:IsExists(c1111002.tfilter2,1,nil,tp,rp) end
local sg=eg:Filter(c1111002.tfilter2,nil,tp) local sg=eg:Filter(c1111002.tfilter2,nil,tp,rp)
sg:AddCard(e:GetHandler()) sg:AddCard(e:GetHandler())
Duel.SetOperationInfo(0,CATEGORY_TOHAND,sg,sg:GetCount(),0,0) Duel.SetOperationInfo(0,CATEGORY_TOHAND,sg,sg:GetCount(),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