Commit 50baf837 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 087d6a5a
...@@ -4,6 +4,7 @@ function c44935634.initial_effect(c) ...@@ -4,6 +4,7 @@ function c44935634.initial_effect(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(44935634,0)) e1:SetDescription(aux.Stringid(44935634,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetTarget(c44935634.target) e1:SetTarget(c44935634.target)
e1:SetOperation(c44935634.operation) e1:SetOperation(c44935634.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