Commit 5931317e authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c5012634.lua

parent bce90651
Pipeline #30499 canceled with stages
in 45 seconds
...@@ -3,7 +3,8 @@ local cm,m,o=GetID() ...@@ -3,7 +3,8 @@ local cm,m,o=GetID()
local s,id,o=GetID() local s,id,o=GetID()
s.MoJin=true s.MoJin=true
function cm.initial_effect(c) function cm.initial_effect(c)
aux.AddSynchroProcedure(c,cm.fil1,cm.fil2,1) aux.AddSynchroProcedure(c,s.sfliter,aux.NonTuner(nil),1)
--aux.AddSynchroProcedure(c,cm.fil1,cm.fil2,2)
c:EnableReviveLimit() c:EnableReviveLimit()
--set --set
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
...@@ -27,6 +28,9 @@ function cm.initial_effect(c) ...@@ -27,6 +28,9 @@ function cm.initial_effect(c)
e3:SetValue(cm.efilter) e3:SetValue(cm.efilter)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function s.sfliter(c)
return c.MoJin==true
end
function cm.fil1(c) function cm.fil1(c)
return c:IsFaceup() and c:IsType(TYPE_TUNER) and c.Mojin==true return c:IsFaceup() and c:IsType(TYPE_TUNER) and c.Mojin==true
end 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