Commit 7afb7ae8 authored by mercury233's avatar mercury233

Update special-fh-20201208.lua

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