Commit 1f1cfbc1 authored by GuGu's avatar GuGu

Update c25115.lua

parent e950674a
Pipeline #39953 passed with stage
in 5 seconds
...@@ -8,7 +8,7 @@ function c25115.initial_effect(c) ...@@ -8,7 +8,7 @@ function c25115.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCondition(c25115.spcon) e1:SetCondition(c25115.spcon)
e1:SetCountLimit(1,25115) e1:SetCountLimit(1,25115+EFFECT_COUNT_CODE_OATH)
e1:SetOperation(c25115.spop1) e1:SetOperation(c25115.spop1)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=e1:Clone() local e2=e1:Clone()
......
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