diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/pets/cat.dm b/code/modules/mob/living/simple_mob/subtypes/animal/pets/cat.dm index 272f78b16f..57557ec9ca 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/pets/cat.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/pets/cat.dm @@ -22,7 +22,6 @@ var/mob/living/friend = null // Our best pal, who we'll follow. Meow. var/friend_name = null //VOREStation Edit - Lock befriending to this character - /mob/living/simple_mob/animal/passive/cat/handle_special() if(!stat && prob(2)) // spooky @@ -133,6 +132,7 @@ icon_rest = "cat3_rest" holder_type = /obj/item/weapon/holder/cat/fluff/bones + /datum/say_list/cat speak = list("Meow!","Esp!","Purr!","HSSSSS") emote_hear = list("meows","mews")