File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ function s.checkop(e,tp)
6060 local lpz = Duel .GetFieldCard (tp ,LOCATION_PZONE ,0 )
6161 if lpz ~= nil and lpz :GetFlagEffect (id )<= 0 then
6262 local e1 = Effect .CreateEffect (e :GetHandler ())
63- e1 :SetDescription (aux .Stringid (id ,2 ))
63+ e1 :SetDescription (aux .Stringid (id ,3 ))
6464 e1 :SetType (EFFECT_TYPE_FIELD )
6565 e1 :SetCode (EFFECT_SPSUMMON_PROC_G )
6666 e1 :SetProperty (EFFECT_FLAG_UNCOPYABLE + EFFECT_FLAG_CANNOT_DISABLE )
@@ -78,7 +78,7 @@ function s.checkop(e,tp)
7878 and olpz :GetFlagEffectLabel (31531170 )== orpz :GetFieldID ()
7979 and orpz :GetFlagEffectLabel (31531170 )== olpz :GetFieldID () then
8080 local e2 = Effect .CreateEffect (e :GetHandler ())
81- e2 :SetDescription (aux .Stringid (id ,2 ))
81+ e2 :SetDescription (aux .Stringid (id ,3 ))
8282 e2 :SetType (EFFECT_TYPE_FIELD )
8383 e2 :SetCode (EFFECT_SPSUMMON_PROC_G )
8484 e2 :SetProperty (EFFECT_FLAG_UNCOPYABLE + EFFECT_FLAG_CANNOT_DISABLE + EFFECT_FLAG_BOTH_SIDE )
You can’t perform that action at this time.
0 commit comments