Shuttle docking (#5169)

Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2021-11-11 20:06:38 +11:00
committed by GitHub
parent 5e1e7675af
commit a360f6126e
17 changed files with 681 additions and 13 deletions

View File

@@ -99,7 +99,7 @@ namespace Content.Server.Physics.Controllers
// inputs will do different things.
// TODO: Do that
float speedCap;
var angularSpeed = 0.75f;
var angularSpeed = 0.075f;
// ShuttleSystem has already worked out the ratio so we'll just multiply it back by the mass.
var movement = (mover.VelocityDir.walking + mover.VelocityDir.sprinting);