From 607ec6752241761132a1ae542d4105b0060f1685 Mon Sep 17 00:00:00 2001 From: 20kdc Date: Tue, 19 Oct 2021 08:24:07 +0100 Subject: [PATCH] Movable containment field generators (#4910) --- .../Power/Generation/Singularity/containment.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml index 460cb7c974..47afecc048 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/containment.yml @@ -11,8 +11,12 @@ bodyType: Static fixtures: - shape: - !type:PhysShapeAabb - bounds: "-0.5,-0.5,0.5,0.5" + # Using a circle here makes it a lot easier to pull it all the way from Cargo + # However keep in mind that this will affect singulo collision as well, + # when people inevitably physicsify that, + # so it can't just be 0.1 or something + !type:PhysShapeCircle + radius: 0.45 mass: 25 layer: - Impassable