From ad79fe6c9a97d33a217bc7658f0feddb24a08038 Mon Sep 17 00:00:00 2001 From: Rane <60792108+Elijahrane@users.noreply.github.com> Date: Fri, 21 Jan 2022 20:58:27 -0500 Subject: [PATCH] No-Slip shoes are now only called such in the uplink catalog (#6266) --- Resources/Prototypes/Catalog/uplink_catalog.yml | 2 ++ Resources/Prototypes/Entities/Clothing/Shoes/specific.yml | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index ade6ae5883..63dcc04d03 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -189,6 +189,8 @@ id: UplinkClothingNoSlipsShoes category: Armor itemId: ClothingShoesChameleonNoSlips + listingName: no-slip shoes + description: These protect you from slips while looking like normal sneakers. price: 2 - type: uplinkListing diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index 14f1907976..4c060a14ec 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -83,7 +83,8 @@ - type: entity parent: ClothingShoesColorBlack id: ClothingShoesChameleonNoSlips - name: no-slip shoes - description: These protect you from slips while looking like normal sneakers. + name: black shoes #actual name and description in uplink_catalog.yml + suffix: no-slip + description: Stylish black shoes. components: - type: NoSlip