Fixes jetpacks not shutting off on lack of fuel (#9206)
* Push * tolerance and reduced moles Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Movement.Components;
|
||||
public sealed class JetpackComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("moleUsage")]
|
||||
public float MoleUsage = 0.048f;
|
||||
public float MoleUsage = 0.012f;
|
||||
|
||||
[ViewVariables, DataField("toggleAction", required: true)]
|
||||
public InstantAction ToggleAction = new();
|
||||
|
||||
Reference in New Issue
Block a user