Commit 441725fb authored by fallenstardust's avatar fallenstardust
parent b716af70
Pipeline #24099 passed with stages
in 52 seconds
......@@ -14,7 +14,7 @@ function c101203022.initial_effect(c)
c:RegisterEffect(e1)
--spsummon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,0))
e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SUMMON_SUCCESS)
......
......@@ -12,7 +12,7 @@ function c101203039.initial_effect(c)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetCondition(s.indcon)
e1:SetTarget(s.indtg)
e1:SetValue(1)
e1:SetValue(aux.indoval)
c:RegisterEffect(e1)
--to hand
local e2=Effect.CreateEffect(c)
......
No preview for this file type
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