Commit 8e52c687 authored by TanakaKotoha's avatar TanakaKotoha

sjb

parent a6e0b308
No preview for this file type
......@@ -20,12 +20,12 @@ function c72410090.initial_effect(c)
e2:SetOperation(c72410090.operation2)
c:RegisterEffect(e2)
end
function c72410090.cfilter(c)
function c72410090.cfilter0(c)
return c:IsFaceup() and c:IsSetCard(0x9729) and c:IsType(TYPE_LINK)
end
function c72410090.checkzone(tp)
local zone=0
local g=Duel.GetMatchingGroup(c72410090.cfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
local g=Duel.GetMatchingGroup(c72410090.cfilter0,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
for tc in aux.Next(g) do
zone=bit.bor(zone,tc:GetLinkedZone(tp))
end
......
......@@ -63,6 +63,9 @@ function c72410130.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
Card.RegisterFlagEffect(e:GetHandler(),72410132,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,1,0)
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,tp,1)
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1)
Duel.SetTargetPlayer(tp)
Duel.SetTargetParam(1)
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1)
end
function c72410130.tgfilter(c)
return c:IsRace(RACE_CYBERSE) and c:IsAbleToGrave()
......
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