From d63a0646822f64226459bc57dfd35f96b004522b Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 16 Dec 2023 23:21:28 +0100 Subject: [PATCH] fix some pdas (#22617) --- .../Prototypes/Entities/Objects/Devices/pda.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 66e3656d6b..a493efd413 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -378,6 +378,10 @@ state: pda-library penSlot: startingItem: LuxuryPen + priority: -1 + whitelist: + tags: + - Write - type: PdaBorderColor borderColor: "#858585" - type: Icon @@ -394,6 +398,10 @@ state: pda-lawyer penSlot: startingItem: LuxuryPen + priority: -1 + whitelist: + tags: + - Write - type: PdaBorderColor borderColor: "#6f6192" - type: Icon @@ -829,6 +837,10 @@ state: pda-reporter penSlot: startingItem: LuxuryPen + priority: -1 + whitelist: + tags: + - Write - type: PdaBorderColor borderColor: "#3f3f74" - type: Icon -- 2.51.2