mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-17 01:37:36 +00:00
Fix typo
This commit is contained in:
parent
1376ea4e87
commit
e2effee43d
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user