Merge pull request #8099 from MistakeNot4892/chirp

Tweaks to emote system to avoid memory overhead and make runtime validation easier.
This commit is contained in:
Atermonera
2021-06-06 02:13:39 -07:00
committed by GitHub
22 changed files with 75 additions and 67 deletions
@@ -396,10 +396,6 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
else
pref.body_descriptors[entry] = CLAMP(last_descriptors[entry], 1, LAZYLEN(descriptor.standalone_value_descriptors))
character.update_emotes()
return
/datum/category_item/player_setup_item/general/body/content(var/mob/user)
. = list()
if(!pref.preview_icon)