From 8f96c77de547bcd0a5584eff6928fc08e5362c3f Mon Sep 17 00:00:00 2001 From: Minemoder5000 Date: Thu, 13 Feb 2025 00:55:04 -0700 Subject: [PATCH] Slime plushie now squishes (#33554) * Slime plushie now squishes * Remove useSound --- .../Prototypes/Entities/Objects/Fun/toys.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 879f886d91..0dcba73fef 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -738,6 +738,22 @@ components: - type: Sprite state: plushie_slime + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Slime/slime_squish.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Voice/Slime/slime_squish.ogg - type: entity parent: BasePlushie -- 2.51.2