Commit d46bb110 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Dark-Eyes Illusionist (#803)

parent 3f77cecd
...@@ -18,7 +18,7 @@ end ...@@ -18,7 +18,7 @@ end
function c38247752.operation(e,tp,eg,ep,ev,re,r,rp) function c38247752.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 c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) then if c:IsRelateToEffect(e) and tc and tc:IsRelateToEffect(e) then
c:SetCardTarget(tc) c:SetCardTarget(tc)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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