Jetpack QOL tweaks (#9563)

This commit is contained in:
metalgearsloth
2022-07-09 18:24:48 +10:00
committed by GitHub
parent 7daf4430ac
commit 6acd941ffb
6 changed files with 87 additions and 21 deletions

View File

@@ -11,4 +11,5 @@ public sealed class JetpackUserComponent : Component
public float Acceleration = 1f;
public float Friction = 0.3f;
public float WeightlessModifier = 1.2f;
public EntityUid Jetpack;
}