Commit 0b48380e authored by Tachibana's avatar Tachibana

1145141919810

parent c6bc2800
Pipeline #14649 passed with stages
in 31 minutes and 8 seconds
......@@ -9,6 +9,7 @@ function c67200610.initial_effect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,67200610)
e1:SetCondition(c67200610.tecon)
e1:SetTarget(c67200610.tetg)
e1:SetOperation(c67200610.teop)
......@@ -19,6 +20,7 @@ function c67200610.initial_effect(c)
--e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1)
e3:SetCost(c67200610.stcost)
e3:SetTarget(c67200610.sttg)
e3:SetOperation(c67200610.stop)
......
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