Commit 74ea0834 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent bc1f71a9
...@@ -31,6 +31,7 @@ function c89907227.initial_effect(c) ...@@ -31,6 +31,7 @@ function c89907227.initial_effect(c)
e3:SetDescription(aux.Stringid(89907227,2)) e3:SetDescription(aux.Stringid(89907227,2))
e3:SetCategory(CATEGORY_SPECIAL_SUMMON) e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetCode(EVENT_TO_GRAVE) e3:SetCode(EVENT_TO_GRAVE)
e3:SetCondition(c89907227.spcon) e3:SetCondition(c89907227.spcon)
e3:SetTarget(c89907227.sptg) e3:SetTarget(c89907227.sptg)
......
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