diff --git a/code/modules/species/species.dm b/code/modules/species/species.dm index baa537ad3e5f9..9e3bfe0c1f699 100644 --- a/code/modules/species/species.dm +++ b/code/modules/species/species.dm @@ -330,7 +330,7 @@ The slots that you can use are found in items_clothing.dm and are the inventory else if(!LAZYLEN(available_cultural_info[token])) var/list/map_systems = GLOB.using_map.available_cultural_info[token] available_cultural_info[token] = map_systems.Copy() - + // [SIERRA-ADD] - EXPANDED_CULTURE_DESCRIPTOR - Вносит культуры из мода в список культур после всех возможных альтераций, чтобы предотвратить конфликты при добавлении оффами новых культур if(extended_cultural_info[token]) available_cultural_info[token] |= extended_cultural_info[token] @@ -431,7 +431,7 @@ The slots that you can use are found in items_clothing.dm and are the inventory post_organ_rejuvenate(O, H) H.sync_organ_dna() - +/* ------------------------> code\modules\emotes\definitions\_species.dm /datum/species/proc/hug(mob/living/carbon/human/H,mob/living/target) var/t_him = "them" @@ -447,7 +447,7 @@ The slots that you can use are found in items_clothing.dm and are the inventory if(H != target) H.update_personal_goal(/datum/goal/achievement/givehug, TRUE) target.update_personal_goal(/datum/goal/achievement/gethug, TRUE) - +*/ /datum/species/proc/add_base_auras(mob/living/carbon/human/H) if(base_auras) for(var/type in base_auras) diff --git a/mods/emote_panel/README.md b/mods/emote_panel/README.md index 9803bc1469749..9cb12d9866181 100644 --- a/mods/emote_panel/README.md +++ b/mods/emote_panel/README.md @@ -3,6 +3,7 @@ - https://github.com/SierraBay/SierraBay12/pull/1087 - https://github.com/SierraBay/SierraBay12/pull/1815 +- https://github.com/SierraBay/SierraBay12/pull/1927