Hey is there any reason why this mod changes this line on the pawn defs on a save file for androids?

The correct line should be
But whenever an android uses the change dresser the line gets changed into a texture file path
It results in the game replacing part of a file path it's trying to search with this file path, resulting in a double and longer texture file path, resulting in an android with no face.

The correct line should be
Code Select
<crownType>Narrow_Pointy</crownType>But whenever an android uses the change dresser the line gets changed into a texture file path
It results in the game replacing part of a file path it's trying to search with this file path, resulting in a double and longer texture file path, resulting in an android with no face.