From 32fc429d1774deb8dfa59e9964132d41dc60959a Mon Sep 17 00:00:00 2001 From: desven <45808369+desvenlafaxine@users.noreply.github.com> Date: Sun, 31 Oct 2021 22:10:30 -0600 Subject: [PATCH] Changes Dionae taste to numb (#12699) --- .../mob/living/carbon/human/species/station/diona/diona.dm | 2 +- html/changelogs/desven-numbdumbtree.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/desven-numbdumbtree.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 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