mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.3
This commit is contained in:
@@ -14,7 +14,7 @@ class PageFilterCultsBoons extends PageFilter {
|
||||
});
|
||||
this._miscFilter = new Filter({
|
||||
header: "Miscellaneous",
|
||||
items: ["Reprinted"],
|
||||
items: ["Legacy", "Reprinted"],
|
||||
deselFn: (it) => it === "Reprinted",
|
||||
isMiscFilter: true,
|
||||
});
|
||||
@@ -23,6 +23,7 @@ class PageFilterCultsBoons extends PageFilter {
|
||||
static mutateForFilters (it) {
|
||||
it._fType = it.__prop === "cult" ? "Cult" : it.type ? `Boon, ${it.type}` : "Boon";
|
||||
it._fMisc = [];
|
||||
if (SourceUtil.isLegacySourceWotc(it.source)) it._fMisc.push("Legacy");
|
||||
if (this._isReprinted({reprintedAs: it.reprintedAs, tag: it.__prop, prop: it.__prop, page: UrlUtil.PG_CULTS_BOONS})) it._fMisc.push("Reprinted");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user