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 )
@@ -38,7 +38,7 @@ function s.atkval(e,c)
3838end
3939function s .spfilter (c ,e ,tp ,ec )
4040 local zone = ec :GetToBeLinkedZone (c ,tp )
41- return zone ~= 0 and c :IsLinkMonster () and c :IsRace (RACE_CYBERSE ) and c :GetLink ()== 4
41+ return zone ~= 0 and c :IsLinkMonster () and c :IsRace (RACE_CYBERSE ) and c :GetLink ()== 4
4242 and c :IsCanBeSpecialSummoned (e ,0 ,tp ,false ,false ,POS_FACEUP ,tp ,zone )
4343end
4444function s .sptg (e ,tp ,eg ,ep ,ev ,re ,r ,rp ,chk ,chkc )
@@ -54,7 +54,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
5454 local tc = Duel .GetFirstTarget ()
5555 if c :IsRelateToEffect (e ) and tc :IsRelateToEffect (e ) then
5656 local zone = c :GetToBeLinkedZone (tc ,tp )
57- if zone ~= 0 then
57+ if zone ~= 0 then
5858 Duel .SpecialSummon (tc ,0 ,tp ,tp ,false ,false ,POS_FACEUP ,zone )
5959 end
6060 end
0 commit comments