Skip to content

Commit

Permalink
Don't set feudal holdings to non-capital baronies in tribal realms
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Dec 27, 2024
1 parent e944c01 commit a48436a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/CK3/Provinces/Province.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private void SetHoldingFromImperator(Title.LandedTitles landedTitles) {
} => "church_holding",
{
IsCountyCapital: false,
GovernmentType: GovernmentType.monarchy or GovernmentType.tribal,
GovernmentType: GovernmentType.monarchy,
Fort: true
} => "castle_holding",
{
Expand Down

0 comments on commit a48436a

Please sign in to comment.