From 8e9a6460ae51e9818005c7c8d92e07ef36da67aa Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Sat, 6 Aug 2022 21:10:37 -0400 Subject: [PATCH] Field gen fixes (#10366) --- .../Components/ContainmentFieldGeneratorComponent.cs | 2 +- .../Structures/Power/Generation/Singularity/containment.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs b/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs index fa1e83eb82..69ceb48a4a 100644 --- a/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs +++ b/Content.Server/Singularity/Components/ContainmentFieldGeneratorComponent.cs @@ -89,7 +89,7 @@ public sealed class ContainmentFieldGeneratorComponent : SharedContainmentFieldG /// [ViewVariables] [DataField("collisionMask")] - public int CollisionMask = (int) (CollisionGroup.MobMask | CollisionGroup.Impassable | CollisionGroup.MachineMask); + public int CollisionMask = (int) (CollisionGroup.MobMask | CollisionGroup.Impassable | CollisionGroup.MachineMask | CollisionGroup.Opaque); /// /// A collection of connections that the generator has based on direction. diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml index 5681fe18ec..4973d12a8f 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml @@ -94,3 +94,4 @@ sprite: Structures/Power/Generation/Singularity/containment_field.rsi state: field - type: ContainmentField + throwForce: 50