Commit 9ab3529c authored by mercury233's avatar mercury233 Committed by DailyShana

fix ゾディアックS (#702)

parent 488abf2c
...@@ -10,7 +10,7 @@ function c675319.initial_effect(c) ...@@ -10,7 +10,7 @@ function c675319.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_UPDATE_ATTACK) e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetRange(LOCATION_FZONE) e2:SetRange(LOCATION_FZONE)
e2:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE) e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0xf1)) e2:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0xf1))
e2:SetValue(300) e2:SetValue(300)
c:RegisterEffect(e2) c:RegisterEffect(e2)
......
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