fire extinguisher go brrrrrr (#20479)
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
_physics.SetLinearDamping(physics, 0f);
|
||||
_physics.SetAngularDamping(physics, 0f);
|
||||
|
||||
_throwing.TryThrow(vapor.Owner, dir, speed, user: user, pushbackRatio: ThrowingSystem.PushbackDefault * 10f);
|
||||
_throwing.TryThrow(vapor.Owner, dir, speed, user: user);
|
||||
|
||||
var distance = (target.Position - vaporXform.WorldPosition).Length();
|
||||
var time = (distance / physics.LinearVelocity.Length());
|
||||
|
||||
Reference in New Issue
Block a user