Tweaks to emote system to avoid memory overhead and make runtime validation easier.

This commit is contained in:
MistakeNot4892
2021-05-30 23:08:24 +10:00
parent 7aa86700dd
commit 3267ae47b7
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)