Commit 7d5140b8 authored by salix5's avatar salix5

EFFECT_SUMMON_PROC

parent 4ee8b7c5
...@@ -3,7 +3,6 @@ function c77406972.initial_effect(c) ...@@ -3,7 +3,6 @@ function c77406972.initial_effect(c)
--summon with no tribute --summon with no tribute
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(77406972,0)) e1:SetDescription(aux.Stringid(77406972,0))
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SUMMON_PROC) e1:SetCode(EFFECT_SUMMON_PROC)
e1:SetCondition(c77406972.ntcon) e1:SetCondition(c77406972.ntcon)
......
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