Commit d82152fa authored by wind2009's avatar wind2009 Committed by DailyShana

Fix Magister of Endymion (#1211)

parent 4249838e
...@@ -40,6 +40,7 @@ function c66104644.initial_effect(c) ...@@ -40,6 +40,7 @@ function c66104644.initial_effect(c)
--special summon --special summon
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetDescription(aux.Stringid(66104644,2)) e5:SetDescription(aux.Stringid(66104644,2))
e5:SetCategory(CATEGORY_SPECIAL_SUMMON)
e5:SetType(EFFECT_TYPE_QUICK_O) e5:SetType(EFFECT_TYPE_QUICK_O)
e5:SetCode(EVENT_FREE_CHAIN) e5:SetCode(EVENT_FREE_CHAIN)
e5:SetRange(LOCATION_MZONE) e5:SetRange(LOCATION_MZONE)
......
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