From 2601853791d8fc318d1e57e9420acb2eb7d9eac9 Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:13:58 -0700 Subject: [PATCH] Cardboard Box Weightless Fix (#40260) Box is no longer space faring Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- .../Entities/Structures/Storage/Closets/big_boxes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml index a6d5a49f67..64069e7c6a 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml @@ -55,6 +55,7 @@ node: basebigbox containers: - entity_storage + - type: GravityAffected - type: entity id: StealthBox @@ -109,4 +110,4 @@ - type: EntityStorage isCollidableWhenOpen: false openOnMove: false - airtight: false \ No newline at end of file + airtight: false -- 2.51.2