Adds skin color to preferences (#5280)

* Adds skin color to preferences

* Fixes a comment, adds randomness to skin color in randomize everything button
This commit is contained in:
Flipp Syder
2021-11-12 01:55:50 -08:00
committed by GitHub
parent 607aac9469
commit ca25d0d3a9
5 changed files with 91 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ namespace Content.Client.Preferences.UI
UpdateNameEdit();
UpdateHairPickers();
UpdateEyePickers();
_skinColor.Value = _random.Next(0, 100);
}
private void RandomizeName()