Commit 1d577a5c authored by mercury233's avatar mercury233 Committed by GitHub

fix 発禁令

parent 5da10f95
...@@ -4,7 +4,7 @@ function c64964750.initial_effect(c) ...@@ -4,7 +4,7 @@ function c64964750.initial_effect(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,64964750) e1:SetCountLimit(1,64964750+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c64964750.target) e1:SetTarget(c64964750.target)
e1:SetOperation(c64964750.operation) e1:SetOperation(c64964750.operation)
c:RegisterEffect(e1) c:RegisterEffect(e1)
...@@ -40,4 +40,4 @@ end ...@@ -40,4 +40,4 @@ end
function c64964750.aclimit(e,re,tp) function c64964750.aclimit(e,re,tp)
local ac=e:GetLabel() local ac=e:GetLabel()
return re:GetHandler():IsOriginalCodeRule(ac) return re:GetHandler():IsOriginalCodeRule(ac)
end end
\ No newline at end of file
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