Commit 84c851bb authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 74eae080
......@@ -23,8 +23,9 @@ function c82841979.initial_effect(c)
e4:SetDescription(aux.Stringid(82841979,0))
e4:SetCategory(CATEGORY_DESTROY)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e4:SetProperty(EFFECT_FLAG_CARD_TARGET)
e4:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e4:SetCode(EVENT_BATTLE_DESTROYING)
e4:SetCondition(aux.bdocon)
e4:SetTarget(c82841979.destg)
e4:SetOperation(c82841979.desop)
c:RegisterEffect(e4)
......
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