From e7691ccbb06ff508af79dea366df49cdcadf8bb8 Mon Sep 17 00:00:00 2001 From: AeraAulin <133451603+AeraAuling@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:06:26 -0700 Subject: [PATCH] i hope I have done this right but I am tired and can't find any good examples to work off of right now --- .../Storage/DisplayCases/display_cases.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Resources/Prototypes/_DV/Entities/Structures/Storage/DisplayCases/display_cases.yml b/Resources/Prototypes/_DV/Entities/Structures/Storage/DisplayCases/display_cases.yml index 435e81421e..244385734f 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Storage/DisplayCases/display_cases.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Storage/DisplayCases/display_cases.yml @@ -4,6 +4,24 @@ name: artifact display case description: A sturdy display case for showing off interesting artifacts. components: + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: [] + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] - type: ResearchPointSource pointspersecond: 5 active: true