diff --git a/Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs b/Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs index c704c8bf77b..68cef8c7650 100644 --- a/Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs +++ b/Content.Shared/Singularity/Components/ContainmentFieldGeneratorComponent.cs @@ -59,7 +59,7 @@ public int PowerBuffer /// How many tiles should this field check before giving up? /// [DataField("maxLength")] - public float MaxLength = 8F; + public float MaxLength = 16F; /// /// What collision should power this generator?