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