From f62ef19938d03f8003235289e62fc8a2fdca23a2 Mon Sep 17 00:00:00 2001 From: Geeves Date: Sat, 1 Feb 2020 09:15:44 +0200 Subject: [PATCH] Dionae sinta'azaziba addition (#8071) Dionae can now pick sinta'azaziba. --- .../mob/living/carbon/human/species/station/diona/diona.dm | 1 + html/changelogs/geeves-behold-shitcode.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/geeves-behold-shitcode.yml diff --git a/code/modules/mob/living/carbon/human/species/station/diona/diona.dm b/code/modules/mob/living/carbon/human/species/station/diona/diona.dm index 2c8edcd89cf..b9f65bfbfdb 100644 --- a/code/modules/mob/living/carbon/human/species/station/diona/diona.dm +++ b/code/modules/mob/living/carbon/human/species/station/diona/diona.dm @@ -11,6 +11,7 @@ deform = 'icons/mob/human_races/diona/r_def_plant.dmi' preview_icon = 'icons/mob/human_races/diona/diona_preview.dmi' language = LANGUAGE_ROOTSONG + secondary_langs = list(LANGUAGE_AZAZIBA) unarmed_types = list( /datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, diff --git a/html/changelogs/geeves-behold-shitcode.yml b/html/changelogs/geeves-behold-shitcode.yml new file mode 100644 index 00000000000..40203f922ab --- /dev/null +++ b/html/changelogs/geeves-behold-shitcode.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - rscadd: "Dionae can now pick Sinta'Azaziba at character selection."