Armored Carp Fixes (#22379)

Minor fixes for the armroed carp, removing their attack sound from being
a dog bark, weird messages in chat, plus changes 'befriend dog' to
'befriend creature'

---------

Signed-off-by: Yonnimer <31339047+Yonnimer@users.noreply.github.com>
Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
Co-authored-by: Batrachophreno <Batrochophreno@gmail.com>
Co-authored-by: VMSolidus <evilexecutive@gmail.com>
This commit is contained in:
Yonnimer
2026-05-18 19:21:22 +00:00
committed by GitHub
co-authored by Batrachophreno VMSolidus
parent 3b6d0f20ec
commit fa3d6d4e76
2 changed files with 63 additions and 3 deletions
@@ -49,7 +49,7 @@
butchering_products = list(/obj/item/stack/material/animalhide = 2)
/mob/living/simple_animal/hostile/commanded/dog/verb/befriend()
set name = "Befriend Dog"
set name = "Befriend Creature"
set category = "IC.Critters"
set src in view(1)
@@ -103,10 +103,11 @@
icon_rest = "armored_carp_rest"
//Carp code
speak = list("Glub!", "Glub")
speak_emote = list("glubs!", "glubs")
emote_hear = list("glubs!", "glubs")
speak_emote = list("glubs", "glubs")
emote_hear = list("glubs", "glubs")
sad_emote = list("sad glubs", "pained glubs")
emote_sounds = NONE
attack_sound = 'sound/weapons/bite.ogg'
meat_type = /obj/item/reagent_containers/food/snacks/fish/carpmeat
butchering_products = list(/obj/item/reagent_containers/food/snacks/fish/roe = 1)
organ_names = list("head", "chest", "tail", "left flipper", "right flipper")