Commit 21d3b571 authored by mercury233's avatar mercury233

fix summon success delay

parent 6ebadd0e
......@@ -5,6 +5,7 @@ function c60071928.initial_effect(c)
e1:SetDescription(aux.Stringid(60071928,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetCountLimit(1,60071928)
e1:SetTarget(c60071928.sptg)
......
......@@ -5,6 +5,7 @@ function c78872731.initial_effect(c)
e1:SetDescription(aux.Stringid(78872731,0))
e1:SetCategory(CATEGORY_TOGRAVE)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(c78872731.target)
e1:SetOperation(c78872731.operation)
......
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