Slight changes to lobby screen. (#2622)

* Initial

* More

* Pissed in a cup

* Cleansup some gunk I accidently committed

* More fuckups

* Added third gender option

* Applied review

* Fixed changed storage

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Swept
2020-12-02 08:45:07 +00:00
committed by GitHub
parent 45c45af3e3
commit a00d042dbe
12 changed files with 57 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
namespace Content.Client
namespace Content.Client
{
public static class UILinks
{
@@ -6,6 +6,7 @@ namespace Content.Client
public const string Patreon = "https://www.patreon.com/spacestation14";
public const string Discord = "https://discordapp.com/invite/t2jac3p";
public const string BugReport = "https://github.com/space-wizards/space-station-14/issues/new/choose";
public const string Website = "https://spacestation14.io";
}
}