mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.201.0
This commit is contained in:
@@ -1298,7 +1298,7 @@ class IndexableSpecial {
|
||||
class IndexableSpecialPages extends IndexableSpecial {
|
||||
pGetIndex () {
|
||||
return Object.entries(UrlUtil.PG_TO_NAME)
|
||||
.filter(([page]) => ![UrlUtil.PG_CLASS_SUBCLASS_FEATURES].includes(page))
|
||||
.filter(([page]) => !UrlUtil.FAUX_PAGES[page])
|
||||
.map(([page, name]) => ({
|
||||
n: name,
|
||||
c: Parser.CAT_ID_PAGE,
|
||||
|
||||
Reference in New Issue
Block a user