Reduce throwing recoil further (#24759)

(cherry picked from commit e82964bbf44ce2e6b10c585090eec2dd0cd27237)
This commit is contained in:
Kara 2024-01-30 22:00:40 -07:00 committed by Debug
parent a06fb74cb6
commit d4f1f1fdf5
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
1 changed files with 1 additions and 1 deletions

View 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 &&