Commit 6ad64bed authored by nekrozar's avatar nekrozar

fix

parent 1c7269b9
...@@ -11,6 +11,15 @@ function c22638495.initial_effect(c) ...@@ -11,6 +11,15 @@ function c22638495.initial_effect(c)
e1:SetCode(EFFECT_SPSUMMON_CONDITION) e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(c22638495.splimit) e1:SetValue(c22638495.splimit)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--spsummon
local e3=Effect.CreateEffect(c)
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1)
e3:SetTarget(c22638495.sptg)
e3:SetOperation(c22638495.spop2)
c:RegisterEffect(e3)
--indes --indes
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_FIELD) e4:SetType(EFFECT_TYPE_FIELD)
......
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