exclude nightcap from Supported syndicate cheat

This commit is contained in:
AMelonInsideLemon 2025-10-24 06:38:35 +02:00
parent 85b403e452
commit 632a9fab6e

View File

@ -559,7 +559,7 @@ function fetchItemList() {
});
} else if (type == "Syndicates") {
items.forEach(item => {
if (item.uniqueName === "ConclaveSyndicate") {
if (["ConclaveSyndicate", "NightcapJournalSyndicate"].includes(item.uniqueName)) {
return;
}
if (item.uniqueName.startsWith("RadioLegion")) {