Commit bf80daa2 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 7a877677
...@@ -10,6 +10,7 @@ function c12009058.initial_effect(c) ...@@ -10,6 +10,7 @@ function c12009058.initial_effect(c)
e3:SetCategory(CATEGORY_DRAW) e3:SetCategory(CATEGORY_DRAW)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_SPSUMMON_SUCCESS) e3:SetCode(EVENT_SPSUMMON_SUCCESS)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetTarget(c12009058.drtg) e3:SetTarget(c12009058.drtg)
e3:SetOperation(c12009058.drop) e3:SetOperation(c12009058.drop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
......
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