Commit 4c4f237c authored by Tianchenglipu's avatar Tianchenglipu

Update utility.lua

parent a73ee363
...@@ -1123,7 +1123,7 @@ function Auxiliary.RPEOperation2(filter) ...@@ -1123,7 +1123,7 @@ function Auxiliary.RPEOperation2(filter)
end end
end end
--add procedure to Pendulum monster, also allows registeration of activation effect --add procedure to Pendulum monster, also allows registeration of activation effect
function Auxiliary.EnablePendulumAttribute(c,reg) function Auxiliary.EnablePendulumAttribute(c,dntreg)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC_G) e1:SetCode(EFFECT_SPSUMMON_PROC_G)
...@@ -1134,7 +1134,7 @@ function Auxiliary.EnablePendulumAttribute(c,reg) ...@@ -1134,7 +1134,7 @@ function Auxiliary.EnablePendulumAttribute(c,reg)
e1:SetOperation(Auxiliary.PendOperation()) e1:SetOperation(Auxiliary.PendOperation())
e1:SetValue(SUMMON_TYPE_PENDULUM) e1:SetValue(SUMMON_TYPE_PENDULUM)
c:RegisterEffect(e1) c:RegisterEffect(e1)
if reg then if not dntreg then
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(1160) e2:SetDescription(1160)
e2:SetType(EFFECT_TYPE_ACTIVATE) e2:SetType(EFFECT_TYPE_ACTIVATE)
......
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