From 4ea0d517cf8312bef89c2db21eaceea09d8a0881 Mon Sep 17 00:00:00 2001 From: Sir Warock <67167466+SirWarock@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:57:25 +0200 Subject: [PATCH] Fix Rollerbed sprites (#40550) --- .../Prototypes/Entities/Structures/Furniture/rollerbeds.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml b/Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml index 875a501153..135783a452 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/rollerbeds.yml @@ -69,13 +69,15 @@ buckledLayer: True: {visible: true} False: {visible: false} + unfoldedLayer: + True: { visible: false } + False: { visible: true } enum.FoldedVisuals.State: # Copypasta from BaseFoldable b/c collections don't merge when overriding component prototypes. foldedLayer: True: {visible: true} False: {visible: false} unfoldedLayer: True: {visible: false} - False: {visible: true} - type: StaticPrice price: 120 -- 2.51.2