Commit 77a971bd authored by nanahira's avatar nanahira

fix

parent 439ac80e
...@@ -6,6 +6,7 @@ function cm.initial_effect(c) ...@@ -6,6 +6,7 @@ function cm.initial_effect(c)
c:EnableCounterPermit(0x1) c:EnableCounterPermit(0x1)
c:SetCounterLimit(0x1,7) c:SetCounterLimit(0x1,7)
local ex=Kaguya.ContinuousCommonEffect(c,EVENT_CUSTOM+77765000) local ex=Kaguya.ContinuousCommonEffect(c,EVENT_CUSTOM+77765000)
ex:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
--e1:SetCategory(CATEGORY_TOGRAVE) --e1:SetCategory(CATEGORY_TOGRAVE)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1: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