Commit 5e708de7 authored by GuGu's avatar GuGu

Update c99999602.lua

parent e656b1f8
Pipeline #32859 passed with stage
in 8 seconds
......@@ -43,6 +43,7 @@ function c99999602.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,sg,sg:GetCount(),0,0)
end
function c99999602.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local sg=Duel.GetMatchingGroup(c99999602.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,aux.ExceptThisCard(e))
Duel.SendtoHand(sg,nil,REASON_EFFECT)
local token=Duel.CreateToken(tp,200210)
......@@ -90,6 +91,7 @@ function c99999602.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
end
function c99999602.op(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local token=Duel.CreateToken(tp,200210)
Duel.SendtoHand(token,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,token)
......
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