Commit 6f4b88d0 authored by salix5's avatar salix5

Merge pull request #1311 from DailyShana/patch-3

fix
parents d4c00e1b 0c771aef
......@@ -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