Commit 471e1885 authored by nanahira's avatar nanahira

fices

parent 42446a97
......@@ -91,7 +91,7 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
return c:IsLocation(LOCATION_EXTRA) and c:IsFacedown() and not c:IsType(TYPE_LINK)
end)
local etg2=g:Filter(function(c)
return c:IsLocation(LOCATION_EXTRA) and c(:IsFaceup() or c:IsType(TYPE_LINK))
return c:IsLocation(LOCATION_EXTRA) and (c:IsFaceup() or c:IsType(TYPE_LINK))
end,nil)
tg:Sub(etg1)
tg:Sub(etg2)
......
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