Commit 4bc2ab0a authored by GuGu's avatar GuGu

Update c99999506.lua

parent c9b9eb88
Pipeline #33312 passed with stage
in 14 seconds
......@@ -4,6 +4,7 @@ function c99999506.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e1:SetCode(EVENT_CHAINING)
e1:SetCountLimit(1,99999506)
e1:SetCondition(c99999506.condition)
......
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