Commit b651964f authored by wind2009's avatar wind2009

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

parent d85f9834
Pipeline #27165 passed with stages
in 54 seconds
......@@ -92,7 +92,7 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
tg:Sub(tg2)
local tc=tg2:GetFirst()
local tc2=tg:GetFirst()
if tc2 then
if tc2 and not tc2:IsImmuneToEffect(e) then
local og=tc:GetOverlayGroup()
local sg=og:Select(tp,1,1,nil)
Duel.Overlay(tc2,sg,false)
......
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