From 4439e42347bcf0e78b9e0e81bd2b7b730b96a50b Mon Sep 17 00:00:00 2001 From: Sir Warock <67167466+SirWarock@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:30:05 +0200 Subject: [PATCH] Rollerbed & Bodybag tweaks (#40880) * Nerf Bodybag * Clean up Rollerbeds * Buff Rollerbeds --- .../Prototypes/Entities/Objects/Specific/Medical/morgue.yml | 2 +- .../Prototypes/Entities/Structures/Furniture/rollerbeds.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml index 421a459b72..e7db103b78 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml @@ -39,7 +39,7 @@ shape: !type:PhysShapeAabb bounds: "-0.25,-0.4,0.25,0.1" - density: 20 + density: 80 mask: - ItemMask - type: EntityStorage diff --git a/Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml b/Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml index 135783a452..ce312e6fe6 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml @@ -33,7 +33,7 @@ shape: !type:PhysShapeCircle radius: 0.35 - density: 80 + density: 20 mask: - MobMask - type: Damageable @@ -109,7 +109,6 @@ - state: cheap_rollerbed_buckled map: ["buckledLayer"] visible: false - - type: Appearance - type: entity parent: CheapRollerBed @@ -139,7 +138,6 @@ - state: emergency_rollerbed_buckled map: ["buckledLayer"] visible: false - - type: Appearance - type: entity parent: EmergencyRollerBed -- 2.51.2