Commit 214c81b8 authored by DailyShana's avatar DailyShana

fix

parent f2cd9c51
......@@ -15,11 +15,11 @@ function c18590133.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e2:SetRange(LOCATION_MZONE)
e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetCode(EFFECT_SET_BASE_ATTACK)
e2:SetCode(EFFECT_SET_ATTACK)
e2:SetValue(c18590133.val)
c:RegisterEffect(e2)
local e3=e2:Clone()
e3:SetCode(EFFECT_SET_BASE_DEFENCE)
e3:SetCode(EFFECT_SET_DEFENCE)
c:RegisterEffect(e3)
end
function c18590133.filter(c)
......
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