mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-29 13:08:44 +00:00
[Hotfix] Fix System Data Conversion Failure (#4123)
This commit is contained in:
parent
93d6375894
commit
38cb10ff97
@ -102,7 +102,7 @@ export function applySystemDataPatches(data: SystemSaveData) {
|
||||
// --- PATCHES ---
|
||||
|
||||
// Fix Starter Data
|
||||
if (data.gameVersion) {
|
||||
if (data.starterData) {
|
||||
for (const starterId of defaultStarterSpecies) {
|
||||
data.starterData[starterId].abilityAttr |= AbilityAttr.ABILITY_1;
|
||||
data.dexData[starterId].caughtAttr |= DexAttr.FEMALE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user