Commit 161564df authored by Amiya's avatar Amiya

修复

parent e41b8b95
Pipeline #26275 passed with stages
in 54 seconds
......@@ -32,7 +32,7 @@ function s.counterfilter(c)
return c:IsAttribute(ATTRIBUTE_LIGHT)
end
function s.spfilter(c,tp,se)
return c:IsControler(tp) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsFaceup()
return c:IsControler(tp) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsLevel(4) and c:IsFaceup()
and (se==nil or c:GetReasonEffect()~=se)
end
function s.spcon(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