From e985f8eaca6cfaf6b6b4bfdc0c961f5797322142 Mon Sep 17 00:00:00 2001 From: Lexanx <61974560+Lexanx@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:05:56 +0300 Subject: [PATCH 1/2] head pats --- code/modules/species/species.dm | 6 +++--- mods/emote_panel/README.md | 2 +- mods/emote_panel/_emote_panel.dme | 1 + mods/emote_panel/code/species.dm | 26 ++++++++++++++++++++++++++ 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 mods/emote_panel/code/species.dm 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..6041df6f1cfde 100644 --- a/mods/emote_panel/README.md +++ b/mods/emote_panel/README.md @@ -28,7 +28,7 @@ ID мода: EMOTE_PANEL ### Изменения *кор кода* -- Отсутствуют +- `code\modules\species\species.dm` : `/datum/species/proc/hug(mob/living/carbon/human/H,mob/living/target)`