Commit 43b39f7a authored by GuGu's avatar GuGu

Update c24094.lua

parent 1fb56724
Pipeline #33767 passed with stage
in 24 seconds
...@@ -6,7 +6,7 @@ function c24094.initial_effect(c) ...@@ -6,7 +6,7 @@ function c24094.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_DECK) e1:SetRange(LOCATION_DECK)
e1:SetCountLimit(1,24094) e1:SetCountLimit(1,24094+EFFECT_COUNT_CODE_OATH)
e1:SetCondition(c24094.spcon) e1:SetCondition(c24094.spcon)
e1:SetOperation(c24094.spop) e1:SetOperation(c24094.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