This commit is contained in:
Dragon Fire
2020-12-10 17:01:05 -05:00
parent 7ac018797f
commit 9cd2959803
+1 -1
View File
@@ -66,7 +66,7 @@ module.exports = class Pokemon {
}
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.baseStatTotal !== 600) return false;
if (this.chain.data.length !== 3) return false;