Commit e4d90865 authored by salix5's avatar salix5

Merge pull request #141 from DailyShana/patch-3

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