Commit bdffb321 authored by wyykak's avatar wyykak

fix 999007

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 7f24930e
Pipeline #12943 passed with stage
in 1 minute and 17 seconds
...@@ -22,9 +22,12 @@ function M.initial_effect(c) ...@@ -22,9 +22,12 @@ function M.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=e1:Clone() local e2=e1:Clone()
e2:SetCode(EVENT_SPSUMMON_SUCCESS) e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetCountLimit(999)
e2:SetLabel(2)
c:RegisterEffect(e2) c:RegisterEffect(e2)
local e3=e2:Clone()
e3:SetLabel(2)
e3:SetCountLimit(999)
c:RegisterEffect(e3)
end end
function M.spfliter(c, tp, lab) function M.spfliter(c, tp, lab)
......
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