mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-19 07:20:57 +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