Refactors IsSynthetic (#8078)

* Refactors IsSynthetic

Port of https://github.com/VOREStation/VOREStation/pull/10298 by Aronai

* Fixes emote refactor bug
This commit is contained in:
Novacat
2021-05-12 21:58:45 -09:00
committed by GitHub
parent d110d7eddd
commit d0e8fba365
4 changed files with 18 additions and 13 deletions
@@ -396,6 +396,8 @@ 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)