mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-21 14:53:14 +00:00
Merge pull request #10302 from VOREStation/Arokha/joinfixes
Fix two character spawn bugs
This commit is contained in:
committed by
Chompstation Bot
parent
e157d0bf79
commit
d318defa59
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user