44local s ,id = GetID ()
55function s .initial_effect (c )
66 c :EnableReviveLimit ()
7- Xyz .AddProcedure (c ,nil ,4 ,2 ,nil ,nil ,99 )
7+ Xyz .AddProcedure (c ,nil ,4 ,2 ,nil ,nil ,Xyz . InfiniteMats )
88 -- atk gain
99 local e1 = Effect .CreateEffect (c )
1010 e1 :SetType (EFFECT_TYPE_SINGLE )
@@ -42,7 +42,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
4242end
4343function s .spfilter (c ,e ,tp ,ec )
4444 local zone = ec :GetToBeLinkedZone (c ,tp )
45- return zone ~= 0 and c :IsLinkMonster () and c :IsRace (RACE_CYBERSE ) and c :GetLink ()== 4
45+ return zone ~= 0 and c :IsLinkMonster () and c :IsRace (RACE_CYBERSE ) and c :GetLink ()== 4
4646 and c :IsCanBeSpecialSummoned (e ,0 ,tp ,false ,false ,POS_FACEUP ,tp ,zone )
4747end
4848function s .sptg (e ,tp ,eg ,ep ,ev ,re ,r ,rp ,chk ,chkc )
@@ -58,7 +58,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
5858 local tc = Duel .GetFirstTarget ()
5959 if c :IsRelateToEffect (e ) and tc :IsRelateToEffect (e ) then
6060 local zone = c :GetToBeLinkedZone (tc ,tp )
61- if zone ~= 0 then
61+ if zone ~= 0 then
6262 Duel .SpecialSummon (tc ,0 ,tp ,tp ,false ,false ,POS_FACEUP ,zone )
6363 end
6464 end
0 commit comments