From 7810007bb6ee49bc5f53d7556e59cc55bf67ac0d Mon Sep 17 00:00:00 2001 From: BLUNTFORCE420 <65368125+BLUNTFORCE420@users.noreply.github.com> Date: Sat, 20 May 2023 11:18:29 -0400 Subject: [PATCH] Prevents afros from being caught in grinders (#16363) * Prevents afros from being caught in grinders See above * Afros will no longer get caught in grinders See above --- .../abstract/new_player/sprite_accessories.dm | 6 +-- html/changelogs/bluntforce420afro.yml | 41 +++++++++++++++++++ 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 html/changelogs/bluntforce420afro.yml diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 8f5d4fc364f..90904efd1e6 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -93,19 +93,19 @@ Follow by example and make good judgement based on length which list to include /datum/sprite_accessory/hair/afro name = "Afro" icon_state = "hair_afro" - length = 4 + length = 3 chatname = "afro" /datum/sprite_accessory/hair/afro2 name = "Afro 2" icon_state = "hair_afro2" - length = 4 + length = 3 chatname = "afro" /datum/sprite_accessory/hair/afro3 name = "Afro, Big" icon_state = "hair_afrobig" - length = 4 + length = 3 chatname = "big afro" /datum/sprite_accessory/hair/amanita diff --git a/html/changelogs/bluntforce420afro.yml b/html/changelogs/bluntforce420afro.yml new file mode 100644 index 00000000000..5d4825ec3db --- /dev/null +++ b/html/changelogs/bluntforce420afro.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: BLUNTFORCE420 + +# 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: + - balance: "Afros no longer get caught in grinders."