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."