Commit 30144c08 authored by TanakaKotoha's avatar TanakaKotoha

y1s1

parent fb45dc71
...@@ -55,7 +55,7 @@ function cm.initial_effect(c) ...@@ -55,7 +55,7 @@ function cm.initial_effect(c)
e4:SetOperation(cm.repop) e4:SetOperation(cm.repop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function cm.cfilter1(c) function cm.cfilter1(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsRace(RACE_MACHINE) return c:IsFaceup() and c:IsControler(tp) and c:IsRace(RACE_MACHINE)
end end
function cm.spcon1(e,tp,eg,ep,ev,re,r,rp) function cm.spcon1(e,tp,eg,ep,ev,re,r,rp)
......
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