Commit b1201247 authored by Tachibana's avatar Tachibana

1145141919810

parent fb2745bb
Pipeline #14773 passed with stages
in 25 minutes and 56 seconds
......@@ -1861,3 +1861,4 @@
24224830 2 --墓穴の指名者
47679935 2 --暴走魔法陣
20612097 2 --紅き血染めのエルドリクシル
......@@ -5,7 +5,7 @@ Duel.LoadScript("yes.lua")
function cm.initial_effect(c)
--to deck
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TODECK)
e1:SetCategory(CATEGORY_REMOVE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,m+EFFECT_COUNT_CODE_OATH)
......@@ -65,7 +65,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(fg,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP)
end
end
end
end
end
function cm.splimit(e,c)
return not c:IsSetCard(0x852)
......
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