From: CaasGit <87243814+CaasGit@users.noreply.github.com> Date: Wed, 3 Jan 2024 05:12:56 +0000 (-0800) Subject: Wire up the slime people TypingIndicator to use the existing slime speech. (#23415) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7f3d2b86cab659f6d57ae4f13dfa38eaa5e715b4;p=space-station-14.git Wire up the slime people TypingIndicator to use the existing slime speech. (#23415) --- 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