mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +00:00
much better pattern testing
This commit is contained in:
parent
573d97634c
commit
68d4aacffe
@ -71,5 +71,7 @@ export const testers = {
|
||||
|| patternMatch.id?.length <= 20,
|
||||
|
||||
"newgrounds": (patternMatch) =>
|
||||
patternMatch.id?.length <= 1,
|
||||
(patternMatch.type == 'portal' && patternMatch.method == 'view')
|
||||
|| (patternMatch.type == 'audio' && patternMatch.method == 'listen')
|
||||
&& patternMatch.id?.length >= 1,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user