Fix typo
This commit is contained in:
parent
1376ea4e87
commit
e2effee43d
|
@ -985,7 +985,7 @@ export class GameData {
|
|||
moveset: null,
|
||||
eggMoves: 0,
|
||||
candyCount: 0,
|
||||
abilityAttr: defaultStarterSpecies.includes(speciesId) ? AbilityAttr.ABILTIY_1 : 0,
|
||||
abilityAttr: defaultStarterSpecies.includes(speciesId) ? AbilityAttr.ABILITY_1 : 0,
|
||||
passiveAttr: 0,
|
||||
valueReduction: 0
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue