Files
SeepingVisage 91e177e636 re-adds the kitty purr tongue from oldcode
currently just has this as the default tongue for felinids. i have to figure out how to make it selectable from roundstart
2025-01-09 23:57:38 -05:00

9 lines
303 B
Plaintext

/obj/item/organ/tongue/kitty
name = "barbed tongue"
desc = "A thin and prickled on top tongue, common among cats"
icon_state = "tonguenormal"
say_mod = "mrowls"
taste_sensitivity = 15 //Tastes like normal
maxHealth = 60 //And so has health like normal
initial_accents = list(/datum/accent/kitty)