Commit 98d9494c authored by mercury233's avatar mercury233 Committed by DailyShana

fix (#664)

parent 5cb718dd
...@@ -186,7 +186,7 @@ function c80896940.indop(e,tp,eg,ep,ev,re,r,rp) ...@@ -186,7 +186,7 @@ function c80896940.indop(e,tp,eg,ep,ev,re,r,rp)
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_AVOID_BATTLE_DAMAGE) e2:SetCode(EFFECT_AVOID_BATTLE_DAMAGE)
e2:SetValue(1) e2:SetValue(1)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_DAMAGE) e2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_DAMAGE)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
end end
function c80896940.atkcon(e,tp,eg,ep,ev,re,r,rp) function c80896940.atkcon(e,tp,eg,ep,ev,re,r,rp)
......
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