Skip to content

Commit b1a1ecc

Browse files
committed
Fix Pendulum Xyz (Manga)
1 parent fd7aec9 commit b1a1ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unofficial/c511003000.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--ペンデュラム・エクシーズ
2-
--Pendulum XYZ
2+
--Pendulum Xyz (Manga)
33
--fixed by Larry126
44
local s,id=GetID()
55
function s.initial_effect(c)
@@ -47,9 +47,9 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
4747
if g and #g>0 then
4848
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
4949
local xyz=g:Select(tp,1,1,nil):GetFirst()
50-
Duel.XyzSummon(tp,xyz,pg,nil,2,2)
50+
Duel.XyzSummon(tp,xyz,pg,pg,2,2)
5151
else
5252
if e1 then e1:Reset() end
5353
if e2 then e2:Reset() end
5454
end
55-
end
55+
end

0 commit comments

Comments
 (0)