Commit d94dec45 authored by mercury233's avatar mercury233 Committed by GitHub

fix 地縛神 Ccapac Apu

parent 6f65f2c3
...@@ -28,6 +28,7 @@ function c46263076.initial_effect(c) ...@@ -28,6 +28,7 @@ function c46263076.initial_effect(c)
e7:SetCategory(CATEGORY_DAMAGE) e7:SetCategory(CATEGORY_DAMAGE)
e7:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e7:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e7:SetCode(EVENT_BATTLE_DESTROYING) e7:SetCode(EVENT_BATTLE_DESTROYING)
e7:SetCondition(aux.bdocon)
e7:SetTarget(c46263076.damtg) e7:SetTarget(c46263076.damtg)
e7:SetOperation(c46263076.damop) e7:SetOperation(c46263076.damop)
c:RegisterEffect(e7) c:RegisterEffect(e7)
......
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