mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 20:56:33 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user