Commit ceda8ece authored by Momobako's avatar Momobako

Push by Appveyor

parent 600cdb19
...@@ -70,7 +70,7 @@ function c22240001.sop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,7 +70,7 @@ function c22240001.sop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c22240001.spfilter(c) function c22240001.spfilter(c)
return c:GetOriginalLevel()>3 and c:IsReleasable() return c:GetOriginalLevel()>3 and c:IsReleasable() and c22240001.IsSolid(c)
end end
function c22240001.hspcon(e,c) function c22240001.hspcon(e,c)
if c==nil then return true end if c==nil then return true end
......
...@@ -70,7 +70,7 @@ function c22240002.sop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,7 +70,7 @@ function c22240002.sop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c22240002.spfilter(c) function c22240002.spfilter(c)
return c:GetOriginalLevel()>3 and c:IsReleasable() return c:GetOriginalLevel()>3 and c:IsReleasable() and c22240002.IsSolid(c)
end end
function c22240002.hspcon(e,c) function c22240002.hspcon(e,c)
if c==nil then return true end if c==nil then return true 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