Commit 7c4d5e14 authored by Tachibana's avatar Tachibana

得得得得得

parent 22176966
......@@ -4,7 +4,7 @@ local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,cm.mfilter1,cm.mfilter2,1,1)
aux.AddSynchroProcedure2(c,aux.FilterBoolFunction(Card.IsCode,81002000),aux.FilterBoolFunction(Card.IsCode,81002000))
c:EnableReviveLimit()
aux.EnableChangeCode(c,81002000,LOCATION_MZONE+LOCATION_GRAVE)
--disable
......@@ -51,12 +51,6 @@ function cm.valcheck(e,c)
c:RegisterEffect(e1)
end
end
function cm.mfilter1(c)
return c:IsCode(81002000)
end
function cm.mfilter2(c,syncard,c1)
return c:IsCode(81002000) and (c:IsType(TYPE_TUNER) or c1:IsType(TYPE_TUNER))
end
function cm.negcfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsDiscardable()
end
......
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