Commit 0cd7447e authored by mercury233's avatar mercury233 Committed by GitHub

fix EM五虹の魔術師

parent 29dab9a3
...@@ -5,6 +5,7 @@ function c19619755.initial_effect(c) ...@@ -5,6 +5,7 @@ function c19619755.initial_effect(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SSET) e1:SetCode(EVENT_SSET)
e1:SetRange(LOCATION_GRAVE) e1:SetRange(LOCATION_GRAVE)
e1:SetCondition(c19619755.pencon) e1:SetCondition(c19619755.pencon)
......
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