Commit 811b7a24 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent ab8785d6
...@@ -4,7 +4,7 @@ local m=16172018 ...@@ -4,7 +4,7 @@ local m=16172018
local cm=_G["c"..m] local cm=_G["c"..m]
function cm.initial_effect(c) function cm.initial_effect(c)
aux.AddCodeList(c,16172015) aux.AddCodeList(c,16172015)
c:EnableCounterPermit(0xcc2) c:EnableCounterPermit(0x2cc)
--xyz summon --xyz summon
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddXyzProcedureLevelFree(c,cm.mfilter,nil,2,2) aux.AddXyzProcedureLevelFree(c,cm.mfilter,nil,2,2)
...@@ -47,7 +47,6 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -47,7 +47,6 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
end end
function cm.dfilter(c) function cm.dfilter(c)
return c:IsFaceup() and c:IsType(TYPE_NORMAL) and c:IsSetCard(0x3008) return c:IsFaceup() and c:IsType(TYPE_NORMAL) and c:IsSetCard(0x3008)
......
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