Skip to content

Commit 26adf05

Browse files
committed
"D/D/D Sky King Zeus Ragnarok" fix
It was using an incorrect description for the additional Pendulum Summon
1 parent c7bacd1 commit 26adf05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre-release/c101302107.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)