Changes default skin tone from 35 to 110 (#7622)

This commit is contained in:
listerla
2020-09-05 11:08:12 -04:00
committed by GitHub
parent 35cf68f36f
commit 90cfd5bd7a
2 changed files with 2 additions and 2 deletions
@@ -449,7 +449,7 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
pref.r_hair = 0//hex2num(copytext(new_hair, 2, 4))
pref.g_hair = 0//hex2num(copytext(new_hair, 4, 6))
pref.b_hair = 0//hex2num(copytext(new_hair, 6, 8))
pref.s_tone = 0
pref.s_tone = -75
reset_limbs() // Safety for species with incompatible manufacturers; easier than trying to do it case by case.
pref.body_markings.Cut() // Basically same as above.