[1.02 BUG] Please fix the model for empire Scrying Pool, here's how

An empire faction with the enchanters trait builds a scrying pool, but the model file is the empire's sage.

 

The problem is (bolded):

        <ImprovementTypeArtSubPack InternalName="Art_ScryingPool_Empire">
            <SupportedBuildingStyle>EmpireStyle</SupportedBuildingStyle>
            <TileDesign>F_Sage_01</TileDesign>

 

fixed by:

        <ImprovementTypeArtSubPack InternalName="Art_ScryingPool_Empire">
            <SupportedBuildingStyle>EmpireStyle</SupportedBuildingStyle>
            <TileDesign>F_Scrying_Pool_01</TileDesign>

 

cheers

2,681 views 1 replies
Reply #1 Top

bravo!