Commit 406aa2f1 authored by wyykak's avatar wyykak

fix by keyigu

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent d800edc8
Pipeline #12135 passed with stage
in 1 minute and 21 seconds
......@@ -31,7 +31,7 @@ function c29012.initial_effect(c)
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_PZONE)
e3:SetCountLimit(1,29012)
e3:SetCountLimit(1)
e3:SetCondition(c29012.spcon)
e3:SetTarget(c29012.sptg)
e3:SetOperation(c29012.spop)
......
......@@ -31,7 +31,7 @@ function c29014.initial_effect(c)
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_PZONE)
e3:SetCountLimit(1,29014)
e3:SetCountLimit(1)
e3:SetCondition(c29014.spcon)
e3:SetTarget(c29014.sptg)
e3:SetOperation(c29014.spop)
......
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