Commit 2591d303 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent cf7b1806
......@@ -5,7 +5,7 @@ function cm.initial_effect(c)
c:SetSPSummonOnce(17060947)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsFusionType,TYPE_PENDULUM),cm.ffilter,false)
aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsFusionType,TYPE_PENDULUM),cm.ffilter,true)
aux.EnablePendulumAttribute(c,false)
--atk up
local e1=Effect.CreateEffect(c)
......
......@@ -130,5 +130,5 @@ function cm.spfilter(c,e,tp)
return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsSetCard(0x551) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function cm.spop(e,tp)
local ct,og=rsop.SelectSpecialSummon(tp,cm.spfilter,tp,LOCATION_GRAVE,0,1,1,aux.ExceptThisCard(e),{0,tp,tp,false,false,POS_FACEUP_DEFENSE,nil,rssf.SummonBuff(nil,true,nil,nil,true) },e,tp)
local ct,og=rsop.SelectSpecialSummon(tp,cm.spfilter,tp,LOCATION_GRAVE,0,1,1,aux.ExceptThisCard(e),{0,tp,tp,false,false,POS_FACEUP_DEFENSE,nil,{"dis,dise",true},"des" },e,tp)
end
\ No newline at end of file
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