From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Sun, 7 Jan 2024 19:55:41 +0000 (+0100) Subject: Adds ties to the uniform printer. (#23686) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7c87ba3b41898d990a8418520ac97ae131b2e91a;p=space-station-14.git Adds ties to the uniform printer. (#23686) To not bloat the vendors but to still allow one to be fancy if they bother head of personel enough. --- diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 80ed1f1136..1c9976f8e5 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -928,6 +928,7 @@ - ClothingHeadHatWarden - ClothingUniformJumpsuitWarden - ClothingUniformJumpskirtWarden + # Winter outfits - ClothingOuterWinterCap - ClothingOuterWinterCE - ClothingOuterWinterCMO @@ -962,6 +963,10 @@ - ClothingOuterWinterSci - ClothingOuterWinterRobo - ClothingOuterWinterSec + # Ties + - ClothingNeckTieRed + - ClothingNeckTieDet + - ClothingNeckTieSci - type: EmagLatheRecipes emagStaticRecipes: - ClothingHeadHatCentcomcap diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 65ee7fb17b..3873e0ea2d 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -1036,3 +1036,24 @@ completetime: 2 materials: Cloth: 100 + +- type: latheRecipe + id: ClothingNeckTieRed + result: ClothingNeckTieRed + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckTieDet + result: ClothingNeckTieDet + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckTieSci + result: ClothingNeckTieSci + completetime: 2 + materials: + Cloth: 50