Commit a0bc78b0 authored by Grajade's avatar Grajade

Update c23230.lua

parent e97c50cd
...@@ -46,6 +46,7 @@ end ...@@ -46,6 +46,7 @@ end
function c23230.operation(e,tp,eg,ep,ev,re,r,rp) function c23230.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if not c:IsRelateToEffect(e) then return end
if not tc:IsFaceup() or not tc:IsRelateToEffect(e) then return end if not tc:IsFaceup() or not tc:IsRelateToEffect(e) then return end
Duel.Overlay(tc,Group.FromCards(c)) Duel.Overlay(tc,Group.FromCards(c))
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