Commit a0a2f064 authored by GuGu's avatar GuGu

Update c25101.lua

parent 9432ac43
Pipeline #42021 passed with stage
in 1 minute and 28 seconds
......@@ -24,7 +24,7 @@ function c25101.initial_effect(c)
e3:SetType(EFFECT_TYPE_FIELD)
e3:SetCode(EFFECT_SPSUMMON_PROC)
e3:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e3:SetCountLimit(1,25101)
e3:SetCountLimit(1,25101+EFFECT_COUNT_CODE_OATH)
e3:SetCondition(c25101.spcon)
e3:SetRange(LOCATION_HAND)
c:RegisterEffect(e3)
......
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