Commit 622e2619 authored by GuGu's avatar GuGu

Update c20238.lua

parent c96d60f4
Pipeline #33791 passed with stage
in 14 seconds
......@@ -6,7 +6,7 @@ function c20238.initial_effect(c)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_GRAVE+LOCATION_HAND)
e1:SetCountLimit(1,20238)
e1:SetCountLimit(1,20238+EFFECT_COUNT_CODE_OATH)
e1:SetCondition(c20238.spcon)
e1:SetOperation(c20238.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