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 4b4106d8724..4b12527638d 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 @@ -36,7 +36,7 @@ num_alternate_languages = 2 name_language = LANGUAGE_ROOTSONG ethanol_resistance = -1 //Can't get drunk - taste_sensitivity = TASTE_DULL + taste_sensitivity = TASTE_NUMB mob_size = 12 //Worker gestalts are 150kg remains_type = /obj/effect/decal/cleanable/ash //no bones, so, they just turn into dust gluttonous = GLUT_ITEM_ANYTHING|GLUT_SMALLER diff --git a/html/changelogs/desven-numbdumbtree.yml b/html/changelogs/desven-numbdumbtree.yml new file mode 100644 index 00000000000..fd5b317966b --- /dev/null +++ b/html/changelogs/desven-numbdumbtree.yml @@ -0,0 +1,4 @@ +author: Desven +delete-after: True +changes: + - tweak: "Made Dionae not taste anything, so it's more lore accurate." \ No newline at end of file