From d7f5dac0b852e7ab3b1375965baaa59e6e8697fe Mon Sep 17 00:00:00 2001 From: brainfood1183 <113240905+brainfood1183@users.noreply.github.com> Date: Mon, 5 May 2025 00:01:27 +0100 Subject: [PATCH] Fix for Whoopie Cushions (Fixes #32028) (#36984) * Fixes whoopie cushions so they no longer launch you into oblivion when stacked in a large pile. * Update Resources/Prototypes/Entities/Objects/Fun/toys.yml * streamlined the components for the prototype --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- Resources/Prototypes/Entities/Objects/Fun/toys.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index e758bd4ac0..c1bde4d60b 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1923,6 +1923,7 @@ - type: Slippery slipData: paralyzeTime: 0 + launchForwardsMultiplier: 0 slipSound: collection: Parp params: @@ -1937,13 +1938,8 @@ Blunt: 0 - type: StepTrigger intersectRatio: 0.2 - requiredTriggeredSpeed: 1 + requiredTriggeredSpeed: 2 - type: TriggerOnStepTrigger - - type: EmitSoundOnTrigger - sound: - collection: Parp - params: - variation: 0.125 - type: Appearance - type: CollisionWake enabled: false -- 2.51.2