mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 04:26:21 +01:00
Revert "Merge pull request #1057 from lukevale/master"
This reverts commit8f5ad4e860, reversing changes made tobcc80b9800.
This commit is contained in:
@@ -93,7 +93,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
var/facial_hair_style = "Shaved" //Face hair type
|
||||
var/facial_hair_color = "000" //Facial hair color
|
||||
var/grad_style = "None" //Hair Gradient style
|
||||
var/grad_color = "000000" //Hair Gradient color
|
||||
var/grad_color = "#000000" //Hair Gradient color
|
||||
var/skin_tone = "caucasian1" //Skin color
|
||||
var/eye_color = "000" //Eye color
|
||||
var/wing_color = "fff" //Wing color
|
||||
@@ -1760,7 +1760,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
|
||||
if("grad")
|
||||
var/new_grad
|
||||
new_grad = input(user, "Choose your character's gradiant color:", "Character Preference","#"+new_grad) as color|null
|
||||
new_grad = input(user, "Choose your character's gradiant color:", "Character Preference", new_grad) as color|null
|
||||
if(new_grad)
|
||||
grad_color = sanitize_hexcolor(new_grad)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user