Skip to content

Commit b4dd022

Browse files
committed
Fix Numeron Chaos Ritual (Anime)
The xyz summon wasn't being performed
1 parent a874f39 commit b4dd022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unofficial/c511000295.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
137137
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
138138
local xyz=xyzg:Select(tp,1,1,nil):GetFirst()
139139
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_XMATERIAL)
140-
Duel.XyzSummon(tp,xyz,matg,nil,5,5)
140+
Duel.XyzSummon(tp,xyz,matg,matg,5,5)
141141
else
142142
for _,eff in ipairs(reset) do
143143
eff:Reset()
144144
end
145145
end
146-
end
146+
end

0 commit comments

Comments
 (0)