Make shuttle brakes use thrusters and bandaid shuttle movement (#9826)
This commit is contained in:
@@ -261,8 +261,8 @@ public sealed partial class ShuttleSystem
|
||||
{
|
||||
body.LinearVelocity = Vector2.Zero;
|
||||
body.AngularVelocity = 0f;
|
||||
body.LinearDamping = ShuttleIdleLinearDamping;
|
||||
body.AngularDamping = ShuttleIdleAngularDamping;
|
||||
body.LinearDamping = ShuttleLinearDamping;
|
||||
body.AngularDamping = ShuttleAngularDamping;
|
||||
}
|
||||
|
||||
TryComp(comp.Owner, out shuttle);
|
||||
|
||||
Reference in New Issue
Block a user