Commit 20d85b09 authored by wind2009's avatar wind2009

Fix 終刻反転『A.D.R.A.S.T.E.I.A.』

parent b925effc
Pipeline #42870 passed with stages
in 1 minute and 58 seconds
......@@ -55,7 +55,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.eqfilter2(c)
return c:IsFaceup() and not c:IsType(TYPE_LINK)
return c:IsFaceup()
end
function s.lv_or_rk(c)
if c:IsLevelAbove(1) then
......
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