From 062eae8a91a3a833463dcf446b89aeb7bb72d20e Mon Sep 17 00:00:00 2001 From: Nikita Brancatisano <33670112+thevinter@users.noreply.github.com> Date: Sun, 7 Nov 2021 09:11:40 +0100 Subject: [PATCH] fix: powercells now use proper physics (#5199) --- Resources/Prototypes/Entities/Objects/Power/powercells.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Power/powercells.yml b/Resources/Prototypes/Entities/Objects/Power/powercells.yml index 3fd41d32c9..82ac843907 100644 --- a/Resources/Prototypes/Entities/Objects/Power/powercells.yml +++ b/Resources/Prototypes/Entities/Objects/Power/powercells.yml @@ -6,12 +6,6 @@ abstract: true parent: BaseItem components: - - type: Physics - bodyType: Dynamic - fixtures: - - shape: - !type:PhysShapeAabb - bounds: "-0.3,-0.15,0.3,0.2" # TODO: these are placeholder values - type: PowerCell - type: Sprite netsync: false