This commit is contained in:
Flashfyre 2024-04-23 22:32:04 -04:00
parent 1376ea4e87
commit e2effee43d
1 changed files with 1 additions and 1 deletions

View File

@ -985,7 +985,7 @@ export class GameData {
moveset: null, moveset: null,
eggMoves: 0, eggMoves: 0,
candyCount: 0, candyCount: 0,
abilityAttr: defaultStarterSpecies.includes(speciesId) ? AbilityAttr.ABILTIY_1 : 0, abilityAttr: defaultStarterSpecies.includes(speciesId) ? AbilityAttr.ABILITY_1 : 0,
passiveAttr: 0, passiveAttr: 0,
valueReduction: 0 valueReduction: 0
}; };