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