mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Stoat tongue has TRAIT_SPEAKS_CLEARLY (fell for it again award) (#96019)
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user