From: Kara Date: Wed, 31 Jan 2024 05:00:40 +0000 (-0700) Subject: Reduce throwing recoil further (#24759) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e82964bbf44ce2e6b10c585090eec2dd0cd27237;p=space-station-14.git Reduce throwing recoil further (#24759) --- diff --git a/Content.Shared/Throwing/ThrowingSystem.cs b/Content.Shared/Throwing/ThrowingSystem.cs index 5fe02a0571..5429431831 100644 --- a/Content.Shared/Throwing/ThrowingSystem.cs +++ b/Content.Shared/Throwing/ThrowingSystem.cs @@ -166,7 +166,7 @@ public sealed class ThrowingSystem : EntitySystem if (user == null) return; - _recoil.KickCamera(user.Value, -direction * 0.3f); + _recoil.KickCamera(user.Value, -direction * 0.04f); // Give thrower an impulse in the other direction if (pushbackRatio != 0.0f &&