Skip to content

Commit

Permalink
Don't preserve the DNAs of loaded CK3 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 5, 2025
1 parent 1b43124 commit c11364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/CK3/Characters/CharactersLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void LoadCK3Characters(ModFilesystem ck3ModFS, Date bookmarkDate) {
"set_relation_ward", "set_relation_mentor",
"add_opinion", "make_concubine",
];
string[] fieldsToClear = ["friends", "best_friends", "lovers", "rivals", "nemesis", "primary_title"];
string[] fieldsToClear = ["friends", "best_friends", "lovers", "rivals", "nemesis", "primary_title", "dna"];

foreach (var character in loadedCharacters) {
// Remove post-bookmark history except for births and deaths.
Expand Down

0 comments on commit c11364d

Please sign in to comment.