Fix lint manually because I have to do that now

This commit is contained in:
AJ Fontaine 2025-06-16 15:21:19 -04:00
parent 51986f9b8a
commit d1a275a688

View File

@ -1608,7 +1608,7 @@ class EvolutionItemModifierTypeGenerator extends ModifierTypeGenerator {
] ]
.flat() .flat()
.flatMap(e => e.evoItem) .flatMap(e => e.evoItem)
.filter(i => !!i && ((i > 50) === rare)); .filter(i => !!i && i > 50 === rare);
if (!evolutionItemPool.length) { if (!evolutionItemPool.length) {
return null; return null;