From e631fa893e29d2398874fa2398a8391b6b1799e0 Mon Sep 17 00:00:00 2001 From: Sparlight Date: Sat, 22 Feb 2025 14:34:29 -0700 Subject: [PATCH] Give dogs speech noises (#35383) --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 1 + Resources/Prototypes/Entities/Mobs/NPCs/pets.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 2290269adf..06cd4debd3 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -2765,6 +2765,7 @@ - type: Physics - type: Speech speechVerb: Canine + speechSounds: Dog - type: Fixtures fixtures: fix1: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml index 4cee650e0f..493b0aecfd 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml @@ -320,6 +320,9 @@ attributes: proper: true gender: male + - type: Speech + speechVerb: Canine + speechSounds: Dog - type: Tag tags: - CannotSuicide @@ -419,6 +422,9 @@ - VimPilot - type: StealTarget stealGroup: AnimalWalter + - type: Speech + speechVerb: Canine + speechSounds: Dog - type: entity name: Morty -- 2.51.2