From a83b03cfbe6be028dce7ee3caa270ca62e2bd866 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:21:19 +1000 Subject: [PATCH] Fix cables getting 1 morbillion serializations (#17201) --- Resources/Prototypes/Entities/Structures/Power/cables.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/cables.yml b/Resources/Prototypes/Entities/Structures/Power/cables.yml index 055106cb63..a6c4901377 100644 --- a/Resources/Prototypes/Entities/Structures/Power/cables.yml +++ b/Resources/Prototypes/Entities/Structures/Power/cables.yml @@ -11,9 +11,11 @@ - type: Transform anchored: true noRot: true + # TODO: Remove both of these, same with CollideOnAnchor - type: Physics bodyType: Static canCollide: false + - type: Fixtures - type: Sprite drawdepth: ThinWire visible: false @@ -43,7 +45,7 @@ lowVoltageNode: power - type: CableVis node: power - + - type: entity parent: CableBase