mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Human Sprites 2: The Desimpsonifying (#7057)
This commit is contained in:
@@ -936,10 +936,10 @@ var/list/admin_verbs_cciaa = list(
|
||||
M.g_skin = hex2num(copytext(new_skin, 4, 6))
|
||||
M.b_skin = hex2num(copytext(new_skin, 6, 8))
|
||||
|
||||
var/new_tone = input("Please select skin tone level: 1-220 (1=albino, 35=caucasian, 150=black, 220='very' black)", "Character Generation") as text
|
||||
var/new_tone = input("Please select skin tone level: 30-220. Higher is darker.", "Character Generation") as text
|
||||
|
||||
if (new_tone)
|
||||
M.s_tone = max(min(round(text2num(new_tone)), 220), 1)
|
||||
M.s_tone = max(min(round(text2num(new_tone)), 220), 30)
|
||||
M.s_tone = -M.s_tone + 35
|
||||
|
||||
// hair
|
||||
|
||||
Reference in New Issue
Block a user