Commit 3b6672c7 authored by Tachibana's avatar Tachibana

ndyd

parent 3899b678
......@@ -28,6 +28,7 @@ function cm.initial_effect(c)
e2:SetTarget(cm.destg)
e2:SetOperation(cm.desop)
c:RegisterEffect(e2)
end
cm.material_type=TYPE_SYNCHRO
function cm.destg(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -45,6 +45,7 @@ function cm.initial_effect(c)
e3:SetOperation(cm.disop)
c:RegisterEffect(e3)
end
cm.material_type=TYPE_SYNCHRO
function cm.fusfilter1(c)
return c:IsType(TYPE_SYNCHRO) and c:IsLevel(1)
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