Commit 71a2ba97 authored by wind2009's avatar wind2009

Fix F・HERO シャイニング・フレア・ウィングマン

parent eff65ae3
Pipeline #42510 passed with stages
in 1 minute and 54 seconds
...@@ -23,7 +23,7 @@ function s.initial_effect(c) ...@@ -23,7 +23,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetCode(EVENT_BATTLE_DESTROYING) e2:SetCode(EVENT_BATTLE_DESTROYING)
e2:SetCondition(aux.bdgcon) e2:SetCondition(aux.bdcon)
e2:SetTarget(s.damtg) e2:SetTarget(s.damtg)
e2:SetOperation(s.damop) e2:SetOperation(s.damop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
......
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