Commit e1b0e4b1 authored by Tianchenglipu's avatar Tianchenglipu

Update c17390179.lua

parent 3954fa24
--閃光の騎士 --閃光の騎士
function c17390179.initial_effect(c) function c17390179.initial_effect(c)
--pendulum summon --pendulum summon
aux.AddPendulumProcedure(c) aux.EnablePendulumAttribute(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
end 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