Commit 1867165d authored by wyykak's avatar wyykak

fix

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 390570a4
Pipeline #11329 passed with stage
in 1 minute and 18 seconds
...@@ -33,6 +33,7 @@ function c20114.initial_effect(c) ...@@ -33,6 +33,7 @@ function c20114.initial_effect(c)
e6:SetDescription(aux.Stringid(20114,1)) e6:SetDescription(aux.Stringid(20114,1))
e6:SetCategory(CATEGORY_DESTROY) e6:SetCategory(CATEGORY_DESTROY)
e6:SetType(EFFECT_TYPE_QUICK_O) e6:SetType(EFFECT_TYPE_QUICK_O)
e6:SetCode(EVENT_FREE_CHAIN)
e6:SetRange(LOCATION_SZONE) e6:SetRange(LOCATION_SZONE)
e6:SetCountLimit(2) e6:SetCountLimit(2)
e6:SetProperty(EFFECT_FLAG_CARD_TARGET) e6:SetProperty(EFFECT_FLAG_CARD_TARGET)
......
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