Commit 7d11c8d6 authored by TanakaKotoha's avatar TanakaKotoha

y1s1

parent a7d8421d
...@@ -5,7 +5,7 @@ function c75646064.initial_effect(c) ...@@ -5,7 +5,7 @@ function c75646064.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
--SpecialSummon --SpecialSummon
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SEARCH) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetRange(LOCATION_MZONE) e1: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