Commit f2c3f43d authored by GuGu's avatar GuGu

Update c999011.lua

parent 474e84f5
Pipeline #33795 passed with stage
in 7 seconds
......@@ -8,7 +8,7 @@ function M.initial_effect(c)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1, Mid*10+1)
e1:SetCountLimit(1, EFFECT_COUNT_CODE_OATH|Mid*10+1)
e1:SetCondition(M.spcon)
c:RegisterEffect(e1)
......
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