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)
...@@ -85,7 +85,7 @@ function c75646064.chainop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,7 +85,7 @@ function c75646064.chainop(e,tp,eg,ep,ev,re,r,rp)
Duel.SetChainLimit(c75646064.chainlm) Duel.SetChainLimit(c75646064.chainlm)
else else
Duel.SetChainLimit(aux.FALSE) Duel.SetChainLimit(aux.FALSE)
end end
end end
end end
function c75646064.chainlm(e,rp,tp) function c75646064.chainlm(e,rp,tp)
......
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