Buff bullet impulses a wee bit (#14858)
This commit is contained in:
@@ -402,7 +402,7 @@ public abstract partial class SharedGunSystem : EntitySystem
|
|||||||
var toMap = toCoordinates.ToMapPos(EntityManager, Transform);
|
var toMap = toCoordinates.ToMapPos(EntityManager, Transform);
|
||||||
var shotDirection = (toMap - fromMap).Normalized;
|
var shotDirection = (toMap - fromMap).Normalized;
|
||||||
|
|
||||||
const float impulseStrength = 5.0f;
|
const float impulseStrength = 25.0f;
|
||||||
var impulseVector = shotDirection * impulseStrength;
|
var impulseVector = shotDirection * impulseStrength;
|
||||||
Physics.ApplyLinearImpulse(user, -impulseVector, body: userPhysics);
|
Physics.ApplyLinearImpulse(user, -impulseVector, body: userPhysics);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user