From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sun, 17 Aug 2025 19:30:40 +0000 (-0500) Subject: Allow hamster cages to sit on tables (#37953) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=02f37a8eecaf1ad3fa0ae1b7c968e2754c569f6b;p=space-station-14.git Allow hamster cages to sit on tables (#37953) Co-authored-by: Velcroboy --- 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