Commit 690829f9 authored by salix5's avatar salix5

fix string id of 空中補給

str2: the effect in End Phase
parent b47e98fd
...@@ -19,7 +19,7 @@ function c70875955.initial_effect(c) ...@@ -19,7 +19,7 @@ function c70875955.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--cost --cost
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(70875955,2)) e3:SetDescription(aux.Stringid(70875955,1))
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCode(EVENT_PHASE+PHASE_END) e3:SetCode(EVENT_PHASE+PHASE_END)
......
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