fix(webui): use excludeFromCodex to detect arcane imposters #2761
@ -313,7 +313,7 @@ const getItemListsController: RequestHandler = (req, response) => {
|
|||||||
uniqueName,
|
uniqueName,
|
||||||
name: getString(arcane.name, lang)
|
name: getString(arcane.name, lang)
|
||||||
};
|
};
|
||||||
if (arcane.isFrivolous) {
|
if (arcane.excludeFromCodex) {
|
||||||
mod.badReason = "frivolous";
|
mod.badReason = "frivolous";
|
||||||
}
|
}
|
||||||
res.mods.push(mod);
|
res.mods.push(mod);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user