mirror of
https://github.com/ow-mods/ow-mod-db.git
synced 2025-12-11 20:15:24 +01:00
Fix DLC required not being marked right (#801)
* Update index.ts * Fix Vio's Mod
This commit is contained in:
parent
564809a126
commit
bfb18ac3fd
@ -2681,9 +2681,8 @@
|
|||||||
"uniqueName": "VioVayo.GlowyBraceletMod",
|
"uniqueName": "VioVayo.GlowyBraceletMod",
|
||||||
"repo": "VioVayo/OWGlowstickBracelets",
|
"repo": "VioVayo/OWGlowstickBracelets",
|
||||||
"tags": [
|
"tags": [
|
||||||
"content",
|
"content"
|
||||||
"requires-dlc"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -85,7 +85,7 @@ async function run() {
|
|||||||
newMod.tags = tags.split(", ");
|
newMod.tags = tags.split(", ");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dlc) {
|
if (dlc === "DLC Required") {
|
||||||
newMod.tags.push("requires-dlc");
|
newMod.tags.push("requires-dlc");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user