Commit 323a5dbd authored by TanakaKotoha's avatar TanakaKotoha

nanodesu

parent e50233c6
......@@ -10,7 +10,7 @@ function c26809006.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_SET_ATTACK_FINAL)
e2:SetRange(LOCATION_MZONE)
e2:SetRange(LOCATION_SZONE)
e2:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e2:SetTarget(c26809006.target)
e2:SetValue(0)
......@@ -22,7 +22,7 @@ function c26809006.initial_effect(c)
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_FIELD)
e5:SetCode(EFFECT_SET_POSITION)
e5:SetRange(LOCATION_MZONE)
e5:SetRange(LOCATION_SZONE)
e5:SetTarget(c26809006.target)
e5:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e5:SetValue(POS_FACEUP_DEFENSE)
......
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