Skip to content

Commit

Permalink
Bold "Slots Taken" line in program description. Close #2081
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 2, 2023
1 parent 536bf8f commit e1296c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Programs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public string GetDescription(bool extendedInfo)
text += $"\n\n{Localizer.Format("#rp0_Admin_Program_ConfidenceRequired", DisplayConfidenceCost.ToString("N0"))}";
}

text = $"Slots Taken: {slots}\n\n{text}";
text = $"<b>Slots Taken: {slots}</b>\n\n{text}";

var leadersUnlockedByThis = StrategySystem.Instance.SystemConfig.Strategies
.OfType<StrategyConfigRP0>()
Expand Down

0 comments on commit e1296c3

Please sign in to comment.