mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
Fix lint manually because I have to do that now
This commit is contained in:
parent
51986f9b8a
commit
d1a275a688
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user