From b647642383918c04a00fdaf3e3c0474b002f274c Mon Sep 17 00:00:00 2001 From: AlexUm & XGabriel08X <159550239+AlexUmAndXGabriel08X@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:55:24 -0600 Subject: [PATCH] Cherry-picked commit 7af183ec720833aaa49cb8db3c7b37d14dd50798 from space-wizards/space-station-14/master --- .../Locale/en-US/store/uplink-catalog.ftl | 3 +++ .../Catalog/Fills/Backpacks/duffelbag.yml | 23 ++++++++++--------- .../Prototypes/Catalog/uplink_catalog.yml | 10 ++++++++ 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 500bb801c4a..64aa9f81ff5 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -406,3 +406,6 @@ uplink-bribe-desc = A heartfelt gift that can help you sway someone's opinion. R uplink-hypodart-name = Hypodart uplink-hypodart-desc = A seemingly unremarkable dart with an enlarged reservoir for chemicals. It can store up to 7u reagents in itself, and instantly inject when it hits the target. Starts empty. + +uplink-barber-scissors-name = Barber Scissors +uplink-barber-scissors-desc = A good tool to give your fellow agent a nice haircut, unless you want to give it to yourself. diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index 14bf5e77184..c07b0eccf19 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -236,17 +236,18 @@ id: ClothingBackpackChameleonFill suffix: Fill, Chameleon components: - - type: StorageFill - contents: - - id: ClothingUniformJumpsuitChameleon - - id: ClothingOuterChameleon - - id: ClothingNeckChameleon - - id: ClothingMaskGasChameleon - - id: ClothingHeadHatChameleon - - id: ClothingHandsChameleon - - id: ClothingEyesChameleon - - id: ClothingHeadsetChameleon - - id: ClothingShoesChameleon + - type: StorageFill + contents: + - id: ClothingUniformJumpsuitChameleon + - id: ClothingOuterChameleon + - id: ClothingNeckChameleon + - id: ClothingMaskGasChameleon + - id: ClothingHeadHatChameleon + - id: ClothingHandsChameleon + - id: ClothingEyesChameleon + - id: ClothingHeadsetChameleon + - id: ClothingShoesChameleon + - id: BarberScissors - type: entity parent: ClothingBackpackDuffelSyndicateBundle diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index f18deb5c0dc..8e2c6fc9305 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1504,6 +1504,16 @@ # Pointless +- type: listing + id: UplinkBarberScissors + name: uplink-barber-scissors-name + description: uplink-barber-scissors-desc + productEntity: BarberScissors + cost: + Telecrystal: 1 + categories: + - UplinkPointless + - type: listing id: UplinkRevolverCapGun name: uplink-revolver-cap-gun-name