Commit 8ac05b30 authored by GuGu's avatar GuGu

Update c999408.lua

parent b88ed9b2
Pipeline #33774 passed with stage
in 16 seconds
......@@ -7,7 +7,7 @@ function c999408.initial_effect(c)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND+LOCATION_GRAVE)
e1:SetCountLimit(1,999408)
e1:SetCountLimit(1,999408+EFFECT_COUNT_CODE_OATH)
e1:SetCondition(c999408.spcon)
e1:SetOperation(c999408.spop)
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