Ion law visuals (#22908)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Content.Client.Chat.Managers;
|
||||
using Content.Client.Message;
|
||||
using Content.Shared.Chat;
|
||||
using Content.Shared.Radio;
|
||||
using Content.Shared.Silicons.Laws;
|
||||
@@ -29,7 +30,7 @@ public sealed partial class LawDisplay : Control
|
||||
var lawIdentifier = Loc.GetString("laws-ui-law-header", ("id", identifier));
|
||||
var lawDescription = Loc.GetString(law.LawString);
|
||||
|
||||
LawNumberLabel.Text = lawIdentifier;
|
||||
LawNumberLabel.SetMarkup(lawIdentifier);
|
||||
LawLabel.SetMessage(lawDescription);
|
||||
|
||||
// If you can't talk, you can't state your laws...
|
||||
|
||||
Reference in New Issue
Block a user