From 05950884091c1e82f4b995d92905a468cc60c6eb Mon Sep 17 00:00:00 2001 From: Ephememory Date: Thu, 21 Nov 2019 17:46:01 -0500 Subject: [PATCH] Fix crates having zero gravity all to themselves (#443) --- .../Prototypes/Entities/buildings/storage/crate_base.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/buildings/storage/crate_base.yml b/Resources/Prototypes/Entities/buildings/storage/crate_base.yml index 295b4f5158..9bf0a75bc4 100644 --- a/Resources/Prototypes/Entities/buildings/storage/crate_base.yml +++ b/Resources/Prototypes/Entities/buildings/storage/crate_base.yml @@ -16,16 +16,16 @@ state: crate - type: Clickable - - type: Physics - mass: 25 - Anchored: false - - type: Collidable shapes: - !type:PhysShapeAabb bounds: "-0.4, -0.4, 0.4, 0.4" layer: 16 mask: 19 + IsScrapingFloor: true + - type: Physics + mass: 25 + Anchored: false - type: EntityStorage Capacity: 60