How long did it take you to find that one lolIf this is happening to both of you, odds are this a bug. Here's the steps I took to correct it in the saved game:
First, I opened up the XML file and searched for "Scarlett" by name to locate her NPC. This is what that looks like:
From here, I searched for "<slavery>" to get the slavery data associated with her. This gave me the following:XML:<NPC> <character> <!--If you want to edit any of these values, just be warned that it might break the game...--> <core> <id value="-1,Scarlett"/> <pathName value="com.lilithsthrone.game.character.npc.dominion.Scarlett"/> <name nameAndrogynous="Scarlett" nameFeminine="Scarlett" nameMasculine="Scarlett"/> <surname value="Kardos"/> <genericName value=""/>
From here, I set the "value" attribute to "PlayerCharacter" and saved the file.XML:<slavery> <slavesOwned/> <owner value=""/> </slavery>
I'm going to be honest, when I read their post I didn't know what it could be. And I was lazy and didn't bother trying... uh... yeah.