Skip to content

Commit

Permalink
Output landless=yes (#339) #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Oct 6, 2021
1 parent adcc9f4 commit d8f95d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ImperatorToCK3/Outputter/TitleOutputter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ public static void OutputTitle(StreamWriter writer, Title title, string indent)
writer.WriteLine($"{indent}\tdefinite_form=yes");
}

if (title.Landless) {
writer.WriteLine($"{indent}\tlandless=yes");
}

if (title.Color1 is not null) {
writer.WriteLine($"{indent}\tcolor{title.Color1.Output()}");
} else {
Expand Down

0 comments on commit d8f95d7

Please sign in to comment.