]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Reduce throwing recoil further (#24759)
authorKara <lunarautomaton6@gmail.com>
Wed, 31 Jan 2024 05:00:40 +0000 (22:00 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 05:00:40 +0000 (21:00 -0800)
Content.Shared/Throwing/ThrowingSystem.cs

index 5fe02a057172fded6cdd648037b62f4a824725fd..54294318315053a3caee9017d861e95d76d5dfdd 100644 (file)
@@ -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 &&