From f7c75ee30a35ac3c4a497d597d1aade53b8cc6dc Mon Sep 17 00:00:00 2001 From: RyverStyx <31362902+RyverStyx@users.noreply.github.com> Date: Tue, 1 Aug 2023 07:31:04 -0500 Subject: [PATCH] Adds Sol Common as an Option for Skrell (#15987) * Update skrell.dm * Create skrolcommon.yml --- .../living/carbon/human/species/station/skrell/skrell.dm | 1 + html/changelogs/skrolcommon.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/skrolcommon.yml diff --git a/code/modules/mob/living/carbon/human/species/station/skrell/skrell.dm b/code/modules/mob/living/carbon/human/species/station/skrell/skrell.dm index 5a7222d60e9..e7922da9a8b 100644 --- a/code/modules/mob/living/carbon/human/species/station/skrell/skrell.dm +++ b/code/modules/mob/living/carbon/human/species/station/skrell/skrell.dm @@ -33,6 +33,7 @@ num_alternate_languages = 3 language = LANGUAGE_SKRELLIAN name_language = LANGUAGE_SKRELLIAN + secondary_langs = list(LANGUAGE_SOL_COMMON) rarity_value = 3 grab_mod = 2 diff --git a/html/changelogs/skrolcommon.yml b/html/changelogs/skrolcommon.yml new file mode 100644 index 00000000000..6e48a88fc24 --- /dev/null +++ b/html/changelogs/skrolcommon.yml @@ -0,0 +1,6 @@ +author: RyverStyx + +delete-after: True + +changes: + - rscadd: "Adds Sol Common as an option for Skrell."