Commit a135a4b8 authored by GuGu's avatar GuGu

Update c86379730.lua

parent 84c4bdb1
Pipeline #33778 passed with stage
in 13 seconds
...@@ -15,7 +15,7 @@ function c86379730.initial_effect(c) ...@@ -15,7 +15,7 @@ function c86379730.initial_effect(c)
e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_EXTRA) e1:SetRange(LOCATION_EXTRA)
e1:SetCountLimit(1,86379730) e1:SetCountLimit(1,86379730+EFFECT_COUNT_CODE_OATH)
e1:SetCondition(c86379730.spcon) e1:SetCondition(c86379730.spcon)
e1:SetOperation(c86379730.spop) e1:SetOperation(c86379730.spop)
c:RegisterEffect(e1) 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