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:
@@ -22,6 +22,8 @@ namespace Content.Client.Preferences.UI
|
||||
UpdateNameEdit();
|
||||
UpdateHairPickers();
|
||||
UpdateEyePickers();
|
||||
|
||||
_skinColor.Value = _random.Next(0, 100);
|
||||
}
|
||||
|
||||
private void RandomizeName()
|
||||
|
||||
Reference in New Issue
Block a user