Stoat tongue has TRAIT_SPEAKS_CLEARLY (fell for it again award) (#96019)

This commit is contained in:
MrMelbert
2026-05-10 17:03:14 -05:00
committed by GitHub
parent f76860e3ee
commit fff6e949dc
@@ -139,7 +139,7 @@
return
var/mob/living/carbon/human/human_owner = organ_owner
mob_base_height = human_owner.get_base_mob_height()
human_owner.set_mob_height(HUMAN_HEIGHT_TALLER, update_dna = FALSE)
human_owner.set_mob_height(HUMAN_HEIGHT_TALLEST, update_dna = FALSE)
/obj/item/organ/heart/stoat/on_mob_remove(mob/living/carbon/organ_owner, special, movement_flags)
. = ..()
@@ -161,7 +161,7 @@
liked_foodtypes = MEAT | RAW | GORE | BUGS
disliked_foodtypes = FRUIT | VEGETABLES
taste_sensitivity = 12
organ_traits = list(TRAIT_FERAL_BITER)
organ_traits = list(TRAIT_SPEAKS_CLEARLY, TRAIT_FERAL_BITER)
/obj/item/organ/tongue/stoat/Initialize(mapload)
. = ..()