currently just has this as the default tongue for felinids. i have to figure out how to make it selectable from roundstart
9 lines
303 B
Plaintext
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)
|