From cdaf80d7ffe3f506d54cd8742f098e5ab6326178 Mon Sep 17 00:00:00 2001 From: JohnWildkins Date: Tue, 17 Nov 2020 00:37:41 -0500 Subject: [PATCH] Fixes dionae not appearing on the char setup screen (#10577) --- .../mob/living/carbon/human/species/station/diona/diona.dm | 1 + html/changelogs/johnwildkins-dionabuff.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/johnwildkins-dionabuff.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 547bc397b54..2909ee7e79d 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 @@ -2,6 +2,7 @@ name = SPECIES_DIONA short_name = "dio" name_plural = "Dionaea" + category_name = "Diona" bodytype = BODYTYPE_DIONA total_health = 240 age_min = 1 diff --git a/html/changelogs/johnwildkins-dionabuff.yml b/html/changelogs/johnwildkins-dionabuff.yml new file mode 100644 index 00000000000..de03b8c68c3 --- /dev/null +++ b/html/changelogs/johnwildkins-dionabuff.yml @@ -0,0 +1,6 @@ +author: JohnWildkins + +delete-after: True + +changes: + - bugfix: "Dionae are selectable in character select once more."