Merge pull request #10302 from VOREStation/Arokha/joinfixes

Fix two character spawn bugs
This commit is contained in:
Novacat
2021-05-12 00:12:52 -04:00
committed by Chompstation Bot
parent e157d0bf79
commit d318defa59
2 changed files with 13 additions and 7 deletions

View File

@@ -427,6 +427,8 @@ 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