From 0c6be8bb0dbf87a9397ec854f9688e19e02c7e0f Mon Sep 17 00:00:00 2001 From: Thinbug <101073555+Thinbug0@users.noreply.github.com> Date: Thu, 8 May 2025 13:49:58 -0300 Subject: [PATCH] Tweaks to the push horn so its less of a shitter tool (#37281) * Empty commit * tweaks to the push horn * forgor to change the delay * keeping the speed the same for now --- Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml index f21de4c79e..1082fd2081 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml @@ -219,14 +219,13 @@ - type: EmitSoundOnLand sound: "/Audio/Items/Toys/pushHornFloor.ogg" - type: UseDelay - delay: 6 + delay: 10 - type: TriggerOnUse - type: RepulseAttractOnTrigger speed: 50 - range: 2 + range: 3.5 whitelist: components: - MobMover - - Item - type: SpawnOnTrigger proto: EffectGravityPulse -- 2.51.2