Manual port Polaris Fixes

This commit is contained in:
Chompstation Bot
2021-05-22 20:22:28 +00:00
parent 667af1c630
commit 8911fe1de3
27 changed files with 104 additions and 69 deletions
@@ -427,10 +427,6 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
pref.body_descriptors[entry] = descriptor.default_value // Species datums have initial default value.
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()