Commit f6541cfc authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Morpheus, the Dream Mirror White Knight (#2009)

parent e067c4ea
...@@ -31,7 +31,7 @@ function c1872843.indcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,7 +31,7 @@ function c1872843.indcon(e,tp,eg,ep,ev,re,r,rp)
end end
function c1872843.indop(e,tp,eg,ep,ev,re,r,rp) function c1872843.indop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsFaceup() and c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE) e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
......
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