From 7f3d2b86cab659f6d57ae4f13dfa38eaa5e715b4 Mon Sep 17 00:00:00 2001 From: CaasGit <87243814+CaasGit@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:12:56 -0800 Subject: [PATCH] Wire up the slime people TypingIndicator to use the existing slime speech. (#23415) --- Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml | 2 ++ Resources/Prototypes/Entities/Mobs/Species/slime.yml | 2 ++ Resources/Prototypes/typing_indicator.yml | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml b/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml index ad4626d989..38c46a3f30 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml @@ -120,6 +120,8 @@ description: ghost-role-information-slimes-description - type: Speech speechVerb: Slime + - type: TypingIndicator + proto: slime - type: entity name: blue slime diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index d53ece5061..7ca25d682b 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -20,6 +20,8 @@ - type: Speech speechVerb: Slime speechSounds: Slime + - type: TypingIndicator + proto: slime - type: Vocal sounds: Male: MaleSlime diff --git a/Resources/Prototypes/typing_indicator.yml b/Resources/Prototypes/typing_indicator.yml index 8261f78b54..b7e6768448 100644 --- a/Resources/Prototypes/typing_indicator.yml +++ b/Resources/Prototypes/typing_indicator.yml @@ -33,3 +33,8 @@ id: spider typingState: spider0 offset: 0, 0.125 + +- type: typingIndicator + id: slime + typingState: slime0 + offset: 0, 0.125 -- 2.51.2