Fix for being unable to upgrade the Sept of Remembrance to the Dragonpit in Aegon's Conquest mod or bookmark mod

So you can tell what my issue was based on this title. The Sept of Remembrance is labeled as a dragon pit (as in lore it eventually becomes one) but this cant be replicated in either submod as of now. I tried to save the edit so that the Sept would just be the Dragonpit, yet that did not fire the proper events to make it an actual dragon pit and not just a random building. As such I tried an honestly silly idea of save editing so that the Sept of Remembrance would become the Ruined Dragonpit (that exists in later start dates). Which amazingly worked insofar as I was able to then upgrade/restore the Dragonpit and have an actual functional dragon pit in King's Landing.

For anyone wondering how to do this you will essentially need to replace the code in your save game in the province Rhaenys' Hill. Which you could either locate by searching its province ID or just searching dragon pit. Thus, you'd want to replace the code for the Sept of Remembrance which will be something like

special_building={

type=dragonpit_01

        `}`



        `special_building_type=dragonpit_01`

With the following code.

special_building={

type=dragonpit_ruins_02

        `}`



        `special_building_type=dragonpit_ruins_02`

Then you can either build it legitimately or use the instabuild command and have a workaround for an unimplemented part of these submods! (there is also probably some way to just change the sept to the dragon pit and skip the ruin step, but I have no functional idea of how to trigger the "you have a dragon pit now yippee" events or flags.)