diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index b776a156fe..176c201789 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -3458,6 +3458,13 @@ gender: epicene - type: Speech speechVerb: Plant + speechSounds: Alto + allowedEmotes: ['Chirp'] + - type: Vocal + sounds: + Male: UnisexDiona + Female: UnisexDiona + Unsexed: UnisexDiona - type: Tag tags: - DoorBumpOpener diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index fdb7ac1e95..5ae09c4d82 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -86,6 +86,7 @@ - MobLayer - type: Speech speechVerb: Plant + allowedEmotes: ['Chirp'] - type: Vocal sounds: Male: UnisexDiona diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index 96726eb7fe..a45260093f 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -237,6 +237,8 @@ path: /Audio/Voice/Diona/diona_scream.ogg Laugh: collection: DionaLaugh + Chirp: + path: /Audio/Animals/nymph_chirp.ogg Honk: collection: BikeHorn Weh: diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index 21a884ed4c..9de4bb2b70 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -347,11 +347,15 @@ id: Chirp name: chat-emote-name-chirp category: Vocal + available: false icon: Interface/Emotes/chirp.png whitelist: - requireAll: true components: - Nymph + - Vocal + blacklist: + components: + - BorgChassis chatMessages: ["chat-emote-msg-chirp"] chatTriggers: - chirp