Commit fadd9479 authored by Tianchenglipu's avatar Tianchenglipu

Update c83980492.lua

parent ae3f0dda
--銅鑼ドラゴン
function c83980492.initial_effect(c)
--pendulum summon
aux.AddPendulumProcedure(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
aux.EnablePendulumAttribute(c)
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