Commit a0bc78b0 authored by Grajade's avatar Grajade

Update c23230.lua

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