diff --git a/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml b/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml index 70d79aa912..a08ba4aacd 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml @@ -396,6 +396,8 @@ components: - type: Sprite sprite: Structures/Storage/Crates/cage.rsi + drawdepth: LargeObjects + snapCardinals: true layers: - state: base - state: closed @@ -441,12 +443,12 @@ fix1: shape: !type:PhysShapeAabb - bounds: "-0.4,-0.4,0.4,0.29" + bounds: "-0.4,-0.2,0.4,0.29" density: 80 mask: - - CrateMask + - TabletopMachineMask layer: - - LargeMobLayer + - TabletopMachineLayer - type: StaticPrice price: 75 diff --git a/Resources/Textures/Structures/Storage/Crates/cage.rsi/base.png b/Resources/Textures/Structures/Storage/Crates/cage.rsi/base.png index 0abb868d11..70e12e5d30 100644 Binary files a/Resources/Textures/Structures/Storage/Crates/cage.rsi/base.png and b/Resources/Textures/Structures/Storage/Crates/cage.rsi/base.png differ diff --git a/Resources/Textures/Structures/Storage/Crates/cage.rsi/closed.png b/Resources/Textures/Structures/Storage/Crates/cage.rsi/closed.png index c2fd667d3e..bb0552b440 100644 Binary files a/Resources/Textures/Structures/Storage/Crates/cage.rsi/closed.png and b/Resources/Textures/Structures/Storage/Crates/cage.rsi/closed.png differ