Commit 73656441 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 77a8092b
No preview for this file type
......@@ -6,6 +6,7 @@ function cm.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(3,m)
e1:SetTarget(cm.target)
c:RegisterEffect(e1)
end
......
--尽灭黑洞龙
local m=96077021
local m=96077020
local cm=_G["c"..m]
function cm.initial_effect(c)
aux.AddCodeList(c,96077020)
......
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