From 549d875f534a3ae807502e7f28bcab60027c97a7 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 5 Sep 2020 12:16:09 -0400 Subject: [PATCH] Update preferences.dm --- code/modules/client/preferences.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 9dd31c8beeb..fc42b1efad4 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -50,17 +50,10 @@ datum/preferences var/r_facial = 0 //Face hair color var/g_facial = 0 //Face hair color var/b_facial = 0 //Face hair color -<<<<<<< HEAD - var/s_tone = 0 //Skin tone + var/s_tone = -75 //Skin tone var/r_skin = 238 //Skin color // Vorestation edit, so color multi sprites can aren't BLACK AS THE VOID by default. var/g_skin = 206 //Skin color // Vorestation edit, so color multi sprites can aren't BLACK AS THE VOID by default. var/b_skin = 179 //Skin color // Vorestation edit, so color multi sprites can aren't BLACK AS THE VOID by default. -======= - var/s_tone = -75 //Skin tone - var/r_skin = 0 //Skin color - var/g_skin = 0 //Skin color - var/b_skin = 0 //Skin color ->>>>>>> 90cfd5b... Changes default skin tone from 35 to 110 (#7622) var/r_eyes = 0 //Eye color var/g_eyes = 0 //Eye color var/b_eyes = 0 //Eye color