mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 09:12:07 +02:00
Fix
This commit is contained in:
@@ -69,7 +69,7 @@ module.exports = class Pokemon {
|
||||
if (!this.stats) return null;
|
||||
if (this.legendary || this.mythical || this.baby || this.missingno) return false;
|
||||
if (this.baseStatTotal !== 600) return false;
|
||||
if (this.chain.length !== 3) return false;
|
||||
if (this.chain.data.length !== 3) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user