Commit 0c771aef authored by DailyShana's avatar DailyShana

fix

parent b2e8fbf1
......@@ -8,6 +8,8 @@ function c1412158.initial_effect(c)
e1:SetDescription(aux.Stringid(1412158,0))
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(c1412158.atkcon)
e1:SetValue(1000)
c:RegisterEffect(e1)
......
......@@ -8,6 +8,8 @@ function c75923050.initial_effect(c)
e1:SetDescription(aux.Stringid(75923050,0))
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(c75923050.atkcon)
e1:SetValue(1000)
c:RegisterEffect(e1)
......
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