Commit bab05fdd authored by GuGu's avatar GuGu

Update c28006.lua

parent ce3dcf70
Pipeline #40150 passed with stage
in 11 seconds
......@@ -7,10 +7,10 @@ function c28006.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_TO_GRAVE)
e1:SetCondition(c28006.shcon)
--e1:SetCondition(c28006.shcon)
e1:SetTarget(c28006.shtg)
e1:SetOperation(c28006.shop)
c:RegisterEffect(e1)
--c:RegisterEffect(e1)
local e5=e1:Clone()
e5:SetCode(EVENT_REMOVE)
c:RegisterEffect(e5)
......
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