quick change

This commit is contained in:
frutescens 2024-10-17 20:10:44 -07:00 committed by NightKev
parent de67d22a78
commit 81948fe3b8

View File

@ -4714,8 +4714,10 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
break;
}
}
if (typeChange.length !== 0) {
pokemon.summonData.types = typeChange;
pokemon.updateInfo();
}
return true;
}
}