Skip to content

Commit

Permalink
nicer string handling
Browse files Browse the repository at this point in the history
Co-authored-by: slarticodefast <[email protected]>
  • Loading branch information
Errant-4 and slarticodefast authored Sep 19, 2024
1 parent 0ed85ea commit e73c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/GameTicking/Rules/TraitorRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public bool MakeTraitor(EntityUid traitor, TraitorRuleComponent component)
}
else if (pda is null && uplinked)
{
briefing = string.Format("{0}\n{1}", briefing, Loc.GetString("traitor-role-uplink-implant-short"));
briefing += "\n" + Loc.GetString("traitor-role-uplink-implant-short");
}

return (null, briefing);
Expand Down

0 comments on commit e73c4de

Please sign in to comment.