Commit dc1236d0 authored by Amiya's avatar Amiya

修复

parent 8bd28d5e
Pipeline #36251 passed with stages
in 1 minute and 52 seconds
...@@ -64,6 +64,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,6 +64,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_BATTLE_DESTROYING) e1:SetCode(EVENT_BATTLE_DESTROYING)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(aux.bdcon) e1:SetCondition(aux.bdcon)
e1:SetTarget(s.damtg) e1:SetTarget(s.damtg)
e1:SetOperation(s.damop) e1:SetOperation(s.damop)
......
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