From e72a78fc87f9b851651864b310fe8f650b8007a9 Mon Sep 17 00:00:00 2001 From: Reno DuBois Date: Sun, 2 Feb 2020 15:37:48 -0600 Subject: [PATCH] Add mask and layer to powercell items (#577) --- Resources/Prototypes/Entities/items/powercells.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/items/powercells.yml b/Resources/Prototypes/Entities/items/powercells.yml index 6322b71a9b..02a615d128 100644 --- a/Resources/Prototypes/Entities/items/powercells.yml +++ b/Resources/Prototypes/Entities/items/powercells.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity id: PowerCellSmallBase abstract: true parent: BaseItem @@ -7,6 +7,8 @@ shapes: - !type:PhysShapeAabb bounds: "-0.15,-0.3,0.2,0.3" + mask: 26 + layer: 32 - type: PowerCell - type: Appearance - type: Sprite