Commit 8390f9bb authored by fallenstardust's avatar fallenstardust

fix code

parent e1a1efd5
--デーモンの光来 --デーモンの光来
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
aux.AddCodeList(c,101204051) aux.AddCodeList(c,79791878)
--aux.AddCodeList(c,79791878)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0)) e1:SetDescription(aux.Stringid(id,0))
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
...@@ -34,7 +33,7 @@ function s.initial_effect(c) ...@@ -34,7 +33,7 @@ function s.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function s.ntfilter(c) function s.ntfilter(c)
return c:IsFaceup() and c:IsCode(101204051)-- and c:IsCode(79791878) return c:IsFaceup() and c:IsCode(79791878)
end end
function s.ntcon(e,c,minc) function s.ntcon(e,c,minc)
if c==nil then return true end if c==nil then return true 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