Commit 44ba3547 authored by mercury233's avatar mercury233

fix

parent 13965d23
...@@ -11,8 +11,9 @@ function c92693205.initial_effect(c) ...@@ -11,8 +11,9 @@ function c92693205.initial_effect(c)
--destroy --destroy
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_DESTROY) e2:SetCategory(CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
e2:SetCode(EVENT_FLIP)
e2:SetCondition(c92693205.descon) e2:SetCondition(c92693205.descon)
e2:SetTarget(c92693205.destg) e2:SetTarget(c92693205.destg)
e2:SetOperation(c92693205.desop) e2:SetOperation(c92693205.desop)
......
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