From 659b60adce6a19f12574a5b614a2b516f5b7cf1e Mon Sep 17 00:00:00 2001 From: EmoGarbage404 <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:36:38 -0400 Subject: [PATCH] Crates can go under plastic flaps (#9236) needed to be SmallMobMask in order to fit under doors --- .../Structures/Storage/Crates/base_structurecrates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml b/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml index 0a299e5144..4d01a33ce0 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml @@ -27,7 +27,7 @@ bounds: "-0.4,-0.4,0.4,0.29" mass: 25 mask: - - MachineMask + - SmallMobMask #this is so they can go under plastic flaps layer: - MachineLayer - type: EntityStorage @@ -90,7 +90,7 @@ bounds: "-0.4,-0.4,0.4,0.29" mass: 25 mask: - - MachineMask + - SmallMobMask layer: - MachineLayer - type: EntityStorage