combos info fix
This commit is contained in:
@@ -95,8 +95,6 @@ function Info(args) {
|
||||
|
||||
function Combos() {
|
||||
if (!player) return false;
|
||||
if (combiner.every(c => !c)) return false;
|
||||
|
||||
if (!(combiner.every(u => u === null))) {
|
||||
const filteredCombos = itemInfo.combos
|
||||
.filter(combo => combiner.every(u => u === null
|
||||
@@ -115,6 +113,7 @@ function Info(args) {
|
||||
</table>
|
||||
);
|
||||
}
|
||||
|
||||
const vboxCombos = itemInfo.combos.filter(c => c.components.includes(info));
|
||||
if (vboxCombos.length > 6) return false;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user