mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 22:01:54 +02:00
Fix
This commit is contained in:
@@ -85,7 +85,7 @@ module.exports = class Pokemon {
|
||||
|
||||
get mega() {
|
||||
if (!this.gameDataCached) return null;
|
||||
return this.varieties.filter(variety => variety.mega);
|
||||
return this.varieties.some(variety => variety.mega);
|
||||
}
|
||||
|
||||
get displayID() {
|
||||
|
||||
Reference in New Issue
Block a user