Commit 624c68cb authored by GuGu's avatar GuGu

Update c999510.lua

parent 40927f84
Pipeline #33797 passed with stage
in 11 seconds
...@@ -17,7 +17,7 @@ function M.initial_effect(c) ...@@ -17,7 +17,7 @@ function M.initial_effect(c)
e2:SetCode(EFFECT_SPSUMMON_PROC) e2:SetCode(EFFECT_SPSUMMON_PROC)
e2:SetProperty(EFFECT_FLAG_UNCOPYABLE) e2:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e2:SetRange(LOCATION_HAND) e2:SetRange(LOCATION_HAND)
e2:SetCountLimit(1,Mid) e2:SetCountLimit(1,Mid+EFFECT_COUNT_CODE_OATH)
e2:SetCondition(M.spcon) e2:SetCondition(M.spcon)
e2:SetOperation(M.spop) e2:SetOperation(M.spop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
......
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