From 9724455da9a7b19cd7e2ee33c7f18815375b71ac Mon Sep 17 00:00:00 2001 From: CrudeWax <75271456+CrudeWax@users.noreply.github.com> Date: Mon, 21 Mar 2022 00:59:57 +0300 Subject: [PATCH] Fixes all readable paper (#7209) --- Resources/Prototypes/Entities/Objects/Misc/books.yml | 2 ++ Resources/Prototypes/Entities/Objects/Misc/paper.yml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/books.yml b/Resources/Prototypes/Entities/Objects/Misc/books.yml index 22dbc736b9..6de29605b2 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/books.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/books.yml @@ -9,6 +9,8 @@ layers: - state: book0 - type: Paper + - type: ActivatableUI + key: enum.PaperUiKey.Key - type: UserInterface interfaces: - key: enum.PaperUiKey.Key diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 8fcceead12..a0edd85007 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -42,6 +42,12 @@ # Changing it here is fine - if the PaperStatus key is actually added, # something happened, so that ought to override this either way. - state: paper_words + - type: ActivatableUI + key: enum.PaperUiKey.Key + - type: UserInterface + interfaces: + - key: enum.PaperUiKey.Key + type: PaperBoundUserInterface - type: entity parent: PaperWritten