Commit 77a90996 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c21192025.lua

parent 626ec73f
Pipeline #32134 passed with stages
in 22 minutes and 36 seconds
......@@ -89,7 +89,7 @@ function cm.systg(f1,f2,minc,maxc)
end
end
function cm.w(c,tp)
return c:IsSetCard(setcard) and c:IsControler(tp)
return c:IsSetCard(setcard) and c:IsControler(tp) and c:IsType(TYPE_SYNCHRO)
end
function cm.con(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(cm.w,1,nil,tp)
......
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