Commit 1383e0b0 authored by JoyJ's avatar JoyJ

fix

parent fe23a32a
...@@ -19,7 +19,6 @@ function aux.AdjustOperation(e,tp,eg,ep,ev,re,r,rp) ...@@ -19,7 +19,6 @@ function aux.AdjustOperation(e,tp,eg,ep,ev,re,r,rp)
local e2= Effect.GlobalEffect() local e2= Effect.GlobalEffect()
e2:SetType(EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_UPDATE_ATTACK) e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetRange(LOCATION_SZONE)
e2:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE) e2:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e2:SetTarget(aux.AtkUpFilter) e2:SetTarget(aux.AtkUpFilter)
e2:SetValue(2000) e2:SetValue(2000)
......
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