Commit 6e7597af authored by mercury233's avatar mercury233 Committed by GitHub

fix 潜海奇襲Ⅱ

parent 48e6a5b2
...@@ -21,6 +21,7 @@ function c58203736.initial_effect(c) ...@@ -21,6 +21,7 @@ function c58203736.initial_effect(c)
--SpecialSummon --SpecialSummon
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(58203736,0)) e2:SetDescription(aux.Stringid(58203736,0))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_PHASE+PHASE_BATTLE_START) e2:SetCode(EVENT_PHASE+PHASE_BATTLE_START)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
......
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