Commit 622558cf authored by Vee4's avatar Vee4 Committed by GitHub

Fix Noble Knight Iyvanne (#3044)

Fix the optional trigger, as it was missing its delay.
parent bded3d97
...@@ -5,6 +5,7 @@ function c88923963.initial_effect(c) ...@@ -5,6 +5,7 @@ function c88923963.initial_effect(c)
e1:SetDescription(aux.Stringid(88923963,0)) e1:SetDescription(aux.Stringid(88923963,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN)
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_EQUIP) e1:SetCode(EVENT_EQUIP)
e1:SetCountLimit(1,88923963) e1:SetCountLimit(1,88923963)
e1:SetCondition(c88923963.tkcon) e1:SetCondition(c88923963.tkcon)
......
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