Random station names! (#5548)

This commit is contained in:
Moony
2021-11-26 07:54:32 -06:00
committed by GitHub
parent 522cb3cf9c
commit f60484b15c
9 changed files with 83 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ namespace Content.Client.LateJoin
new Label()
{
StyleClasses = { "LabelBig" },
Text = $"NTSS {name}",
Text = name,
Align = Label.AlignMode.Center,
},
collapseButton