From 00e62b6c2201ce96b5769c88f27946b374fd646c Mon Sep 17 00:00:00 2001 From: eoineoineoin Date: Sat, 14 Sep 2024 17:28:33 +0100 Subject: [PATCH] Allow ghosts to read books (#32151) Co-authored-by: Eoin Mcloughlin --- Resources/Prototypes/Entities/Objects/Misc/books.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/books.yml b/Resources/Prototypes/Entities/Objects/Misc/books.yml index 2942407494..15ecd5d2a8 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/books.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/books.yml @@ -22,6 +22,7 @@ contentSize: 12000 - type: ActivatableUI key: enum.PaperUiKey.Key + requiresComplex: false - type: UserInterface interfaces: enum.PaperUiKey.Key: -- 2.52.0