From 07ce3310dfe35a10cd8acd8e402333ab0a367878 Mon Sep 17 00:00:00 2001 From: TheDanseMacabre <57339900+TheDanseMacabre@users.noreply.github.com> Date: Wed, 8 Feb 2023 05:28:17 -0500 Subject: [PATCH] Destroys SS13 Culture: No More Baldies (#15734) --- code/modules/client/preferences.dm | 4 +- html/changelogs/dansemacabre-nomorebalds.yml | 41 ++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/dansemacabre-nomorebalds.yml diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index c5c2371968c..6507263e85a 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -48,8 +48,8 @@ datum/preferences var/pda_choice = OUTFIT_TAB_PDA var/headset_choice = OUTFIT_HEADSET var/primary_radio_slot = "Left Ear" + var/h_style = "Bedhead2" //Hair type var/tail_style = null - var/h_style = "Bald" //Hair type var/hair_colour = "#000000" //Hair colour hex value, for SQL loading var/r_hair = 0 //Hair color var/g_hair = 0 //Hair color @@ -64,7 +64,7 @@ datum/preferences var/r_facial = 0 //Face hair color var/g_facial = 0 //Face hair color var/b_facial = 0 //Face hair color - var/s_tone = 0 //Skin tone + var/s_tone = -90 //Skin tone var/skin_colour = "#000000" //Skin colour hex value, for SQL loading var/r_skin = 37 //Skin color var/g_skin = 3 //Skin color diff --git a/html/changelogs/dansemacabre-nomorebalds.yml b/html/changelogs/dansemacabre-nomorebalds.yml new file mode 100644 index 00000000000..4f4954b8e75 --- /dev/null +++ b/html/changelogs/dansemacabre-nomorebalds.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: TheDanseMacabre + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "The default character now has skin tone 125 with the haircut bedhead 2 instead of skin tone 35 and bald."