Gateway nerfs (#21659)

This commit is contained in:
metalgearsloth
2023-11-15 17:23:53 +11:00
committed by GitHub
parent 509d26973d
commit 37da6f383e
3 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ namespace Content.Shared.Salvage;
public sealed partial class RestrictedRangeComponent : Component
{
[DataField(required: true), AutoNetworkedField]
public float Range = 72f;
public float Range = 78f;
[DataField, AutoNetworkedField]
public Vector2 Origin;