Commit f835d418 authored by wind2009's avatar wind2009

Fix リヴァーチュ・ドラゴン

parent b435ca11
......@@ -94,9 +94,9 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
tg:Sub(tg2)
local tc=tg2:GetFirst()
local tc2=tg:GetFirst()
if tc then
if tc2 then
local og=tc:GetOverlayGroup()
local sg=og:Select(tp,1,1,nil)
Duel.Overlay(tc,sg,false)
Duel.Overlay(tc2,sg,false)
end
end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment