Commit afb38061 authored by Vee4's avatar Vee4 Committed by GitHub

fix Worldsea Dragon Zealantis (#2746)

parent 4b85989b
...@@ -87,7 +87,7 @@ function c45112597.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -87,7 +87,7 @@ function c45112597.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
local cg=spg:Filter(Card.IsFacedown,nil) local cg=spg:Filter(Card.IsFacedown,nil)
if #cg>0 then if #cg>0 then
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,cg)
end end
end end
end end
......
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