Reduce throwing recoil further (#24759)

This commit is contained in:
Kara
2024-01-30 22:00:40 -07:00
committed by GitHub
parent 79fa3c7db1
commit e82964bbf4

View File

@@ -166,7 +166,7 @@ public sealed class ThrowingSystem : EntitySystem
if (user == null) if (user == null)
return; return;
_recoil.KickCamera(user.Value, -direction * 0.3f); _recoil.KickCamera(user.Value, -direction * 0.04f);
// Give thrower an impulse in the other direction // Give thrower an impulse in the other direction
if (pushbackRatio != 0.0f && if (pushbackRatio != 0.0f &&