Commit 1864b4de authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 3f3ab6b6
...@@ -17,6 +17,7 @@ function c53855409.initial_effect(c) ...@@ -17,6 +17,7 @@ function c53855409.initial_effect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN) e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_BE_MATERIAL) e2:SetCode(EVENT_BE_MATERIAL)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCondition(c53855409.tcon) e2:SetCondition(c53855409.tcon)
e2:SetTarget(c53855409.ttg) e2:SetTarget(c53855409.ttg)
e2:SetOperation(c53855409.top) e2:SetOperation(c53855409.top)
......
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