From 3c8882696a690a302c783de4351d5c89ec9820c1 Mon Sep 17 00:00:00 2001 From: FungiFellow <151778459+FungiFellow@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:42:12 -0500 Subject: [PATCH] RD Locker Binary Comms Key and Binary Key Price decrease (#24778) * Binary Key 4-2 TC * Added Binary Key into RD Locker * Change from ID to Entity * Reverts back to ID * Found the Actual ID --- Resources/Prototypes/Catalog/Fills/Lockers/heads.yml | 2 ++ Resources/Prototypes/Catalog/uplink_catalog.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 095698dea5..973cbaba3f 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -204,6 +204,7 @@ - id: ClothingBeltUtilityFilled - id: RubberStampRd - id: BoxEncryptionKeyScience + - id: EncryptionKeyBinary - type: entity id: LockerResearchDirectorFilled @@ -221,6 +222,7 @@ - id: ClothingBeltUtilityFilled - id: RubberStampRd - id: BoxEncryptionKeyScience + - id: EncryptionKeyBinary - type: entity id: LockerHeadOfSecurityFilledHardsuit diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index b4e0604ca9..cfd65d4fb0 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -525,8 +525,9 @@ description: uplink-binary-translator-key-desc icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: rd_label } productEntity: EncryptionKeyBinary - cost: + cost: Telecrystal: 1 + categories: - UplinkUtility -- 2.51.2