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
This commit is contained in:
SeepingVisage
2025-01-09 23:57:38 -05:00
parent f6b0d15cdc
commit 91e177e636
4 changed files with 20 additions and 0 deletions
@@ -0,0 +1,8 @@
/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)